summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-11 10:33:15 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-11 10:33:15 +0000
commite39145db3d9bfeb07840b1600064705593dbb709 (patch)
tree9a67e58325f1d5940f61c3a9d6834e99dfe09e30
parent654a16b388b2e078f0e8797e20acb45004bba751 (diff)
parentb67ed6fcc458c013923e00776129f05e5d259bd1 (diff)
downloadThemePicker-aml_doc_341813030.tar.gz
Snap for 11435057 from b67ed6fcc458c013923e00776129f05e5d259bd1 to mainline-documentsui-releaseaml_doc_341813030aml_doc_341713000aml_doc_341813030
Change-Id: I2f63be569f1db858d4bc4dd18364b703d372e248
-rw-r--r--Android.bp2
-rw-r--r--tests/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index f6c85581..3694ea05 100644
--- a/Android.bp
+++ b/Android.bp
@@ -101,7 +101,7 @@ java_defaults {
optimize: {
enabled: false,
},
- kotlincflags: ["-Xjvm-default=enable"],
+ kotlincflags: ["-Xjvm-default=all"],
certificate: "",
privileged: true,
diff --git a/tests/Android.bp b/tests/Android.bp
index 9fed7405..9df2720f 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -41,7 +41,7 @@ android_test {
"android.test.mock",
],
- kotlincflags: ["-Xjvm-default=enable"],
+ kotlincflags: ["-Xjvm-default=all"],
platform_apis: true,
test_suites: ["device-tests"],
}