Always use prebuilt version of core-lambda-stubs in build-tools am: e52040b4a0
Original change: https://googleplex-android-review.googlesource.com/c/platform/development/+/20579490 Change-Id: I49fde807e43194cf5a4e4905073d94d64426e9fc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -161,7 +161,10 @@ genrule {
|
|||||||
java_device_for_host {
|
java_device_for_host {
|
||||||
name: "build-tools_core-lambda-stubs-device",
|
name: "build-tools_core-lambda-stubs-device",
|
||||||
visibility: ["//visibility:private"],
|
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: {
|
target: {
|
||||||
windows: {
|
windows: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user