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:
Jihoon Kang
2024-08-15 17:43:57 +00:00
committed by Automerger Merge Worker

View File

@@ -22,6 +22,7 @@ java_library {
sdk_version: "none",
system_modules: "core-all-system-modules",
host_supported: true,
is_stubs_module: true,
}
java_library {
@@ -31,4 +32,5 @@ java_library {
],
sdk_version: "core_current",
host_supported: true,
is_stubs_module: true,
}