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

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

Change-Id: I66a5931163d30dd498af7d668e1a925e1830d414
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/build/Android.bp b/build/Android.bp
index a97bafb..535cd5a 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -161,7 +161,10 @@
 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,