summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-02 22:24:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-02 22:24:27 +0000
commit8d3884b071f8e9cfa956a261f6da6473f57d9f15 (patch)
treeabc2cb80b83f71f6f105014b633544d0812ec2a9
parentec1f0511a350f361190bc64c92295aa313d88e7d (diff)
parentcfc8963c7cdf0c20a8c0876160de9f3b3ce82e02 (diff)
downloaddevelopment-android13-mainline-adservices-release.tar.gz
Snap for 9556825 from cfc8963c7cdf0c20a8c0876160de9f3b3ce82e02 to mainline-adservices-releaseaml_ads_331920180aml_ads_331814200aml_ads_331710270aml_ads_331611190android13-mainline-adservices-release
Change-Id: I644db58714502e1a74ec1c3dfb5386bd9e183077
-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