Make change and version bump to TQ2A.221224.001

Change-Id: If4c6dcaff9bda916916cb478920a3c1de6a79cc7
This commit is contained in:
Android Build Coastguard Worker
2022-12-24 02:01:00 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -156,6 +156,10 @@ endif
SYSTEMUI_OPTIMIZE_JAVA ?= true
$(call add_soong_config_var,ANDROID,SYSTEMUI_OPTIMIZE_JAVA)
# Disable Compose in SystemUI by default.
SYSTEMUI_USE_COMPOSE ?= false
$(call add_soong_config_var,ANDROID,SYSTEMUI_USE_COMPOSE)
# Enable system_server optimizations by default unless explicitly set or if
# there may be dependent runtime jars.
# TODO(b/240588226): Remove the off-by-default exceptions after handling

View File

@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
BUILD_ID=TQ2A.221223.001
BUILD_ID=TQ2A.221224.001