Always use prebuilt version of core-lambda-stubs in build-tools am: e52040b4a0 am: ff8ff13b53 am: 082182d3de

Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/20579490

Change-Id: Idbb1023a7e1246c2de54929082d1c8fe18a8fad5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Paul Duffin
2022-12-13 20:31:17 +00:00
committed by Automerger Merge Worker

View File

@@ -161,7 +161,10 @@ genrule {
java_device_for_host {
name: "build-tools_core-lambda-stubs-device",
visibility: ["//visibility:private"],
libs: ["core-lambda-stubs"],
// Use the prebuilt of the stubs irrespective of whether prebuilts are enabled
// in this build configuration. This ensures that this non-host specific library
// is treated consistently on all hosts.
libs: ["prebuilt_core-lambda-stubs"],
target: {
windows: {
enabled: true,