Merge "Specify is_stubs_module property in selected aconfig library modules" into main am: 0c26850dba
Original change: https://android-review.googlesource.com/c/platform/build/+/3219855 Change-Id: I7287eb40524849f37d26ae103b3eae50bdf5b0f8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -22,6 +22,7 @@ java_library {
|
|||||||
sdk_version: "none",
|
sdk_version: "none",
|
||||||
system_modules: "core-all-system-modules",
|
system_modules: "core-all-system-modules",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
is_stubs_module: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
java_library {
|
java_library {
|
||||||
@@ -31,4 +32,5 @@ java_library {
|
|||||||
],
|
],
|
||||||
sdk_version: "core_current",
|
sdk_version: "core_current",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
is_stubs_module: true,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user