Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 946bce5

Browse files
committed
android.sdk aconfig flags: add android.sdk.flags-aconfig-java-host
Add a new soong host module for the android.sdk aconfig flags. This module will be used by CTS host tests. Bug: 377689343 Test: treehugger Flag: EXEMPT no need to flag changes to flags themselves Change-Id: I8d1e0c39ab4c9129ed0238ba1ccf08fa29f6efd1
1 parent 23a798d commit 946bce5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

android-sdk-flags/Android.bp

+7
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ java_aconfig_library {
2828
aconfig_declarations: "android.sdk.flags-aconfig",
2929
defaults: ["framework-minus-apex-aconfig-java-defaults"],
3030
}
31+
32+
java_aconfig_library {
33+
name: "android.sdk.flags-aconfig-java-host",
34+
aconfig_declarations: "android.sdk.flags-aconfig",
35+
host_supported: true,
36+
defaults: ["framework-minus-apex-aconfig-java-defaults"],
37+
}

0 commit comments

Comments
 (0)