aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-21 20:17:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-21 21:13:32 +0000
commit84d25ed1259953b7a3faf0e123395e6b73ee04f1 (patch)
tree061db51bfff3db9454b80624c7dbac32f2040b0b
parentb6d4adbceab6c86ddfc094ea46803f4dec46efee (diff)
parent73797f870f910daa456800c819a6f8de36518d1d (diff)
downloadbuild-android13-mainline-go-tzdata4-release.tar.gz
Make change and version bump to aml_go_tz4_330912000 for mainline module file: Noneaml_go_tz4_330912000android13-mainline-go-tzdata4-release
Change-Id: Iee4962a61b91079f4427ada1c374adeccb2ae166
-rw-r--r--core/android_soong_config_vars.mk1
-rw-r--r--core/build_id.mk2
-rw-r--r--core/proguard_basic_keeps.flags5
3 files changed, 5 insertions, 3 deletions
diff --git a/core/android_soong_config_vars.mk b/core/android_soong_config_vars.mk
index 483beaff3b..7e1e98ea97 100644
--- a/core/android_soong_config_vars.mk
+++ b/core/android_soong_config_vars.mk
@@ -76,6 +76,7 @@ $(call soong_config_set,art_module,source_build,$(ART_MODULE_BUILD_FROM_SOURCE))
# default.
INDIVIDUALLY_TOGGLEABLE_PREBUILT_MODULES := \
bluetooth \
+ permission \
uwb \
wifi \
diff --git a/core/build_id.mk b/core/build_id.mk
index c48fa10d25..4578793a46 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-BUILD_ID=330911000
+BUILD_ID=330912000
diff --git a/core/proguard_basic_keeps.flags b/core/proguard_basic_keeps.flags
index 30c2341649..54cbdccf3b 100644
--- a/core/proguard_basic_keeps.flags
+++ b/core/proguard_basic_keeps.flags
@@ -74,5 +74,6 @@
-dontnote
# The lite proto runtime uses reflection to access fields based on the names in
-# the schema, keep all the fields.
--keepclassmembers class * extends com.google.protobuf.MessageLite { <fields>; }
+# the schema, keep all the fields. Wildcard is used to apply the rule to classes
+# that have been renamed with jarjar.
+-keepclassmembers class * extends **.protobuf.MessageLite { <fields>; }