summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-06 23:55:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-06 23:55:05 +0000
commit11732de52a4d7a69cb6e3fb6652bd58107038dc2 (patch)
treeabc2cb80b83f71f6f105014b633544d0812ec2a9
parent8f61b716d576763b69058445f9deaac0aa277946 (diff)
parentcfc8963c7cdf0c20a8c0876160de9f3b3ce82e02 (diff)
downloaddevelopment-android13-mainline-os-statsd-release.tar.gz
Snap for 9463210 from cfc8963c7cdf0c20a8c0876160de9f3b3ce82e02 to mainline-os-statsd-releaseaml_sta_331910000aml_sta_331811000aml_sta_331711010aml_sta_331610000aml_sta_331511000android13-mainline-os-statsd-release
Change-Id: I47c5faabc5575bb9b9937ecc040b1689351ff7da
-rw-r--r--build/Android.bp5
-rw-r--r--sdk/build_tools_source.prop_template2
2 files changed, 5 insertions, 2 deletions
diff --git a/build/Android.bp b/build/Android.bp
index a97bafb5d..535cd5a02 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -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,
diff --git a/sdk/build_tools_source.prop_template b/sdk/build_tools_source.prop_template
index 6da346cba..d2dad004b 100644
--- a/sdk/build_tools_source.prop_template
+++ b/sdk/build_tools_source.prop_template
@@ -1,3 +1,3 @@
Pkg.UserSrc=false
-Pkg.Revision=${PLATFORM_SDK_VERSION}.0.1
+Pkg.Revision=${PLATFORM_SDK_VERSION}.0.2
#Pkg.Revision=33.0.0 rc4