aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-09 18:26:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-09 18:26:44 +0000
commitb8fb61a6926f73e5cd8af1cd67d47abce9d8becd (patch)
tree2f7fabe12b47a5b6e13ea3b4e825b033317ee068
parentc711789164937a702ae8bd3a7f49f4dcf2f81074 (diff)
parentcb105c802276677d1a492f662f05a9a39114462e (diff)
downloadbuild-b8fb61a6926f73e5cd8af1cd67d47abce9d8becd.tar.gz
Make change and version bump to TQ1A.221205.011.A2
Change-Id: Ia87b424d8c9529c30d5c8a20d6c6374fb656b307
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 36bba51a4d..c2596cb538 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=TQ1A.221205.011.A1
+BUILD_ID=TQ1A.221205.011.A2
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index d93792128b..a0c4d75137 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,7 +103,7 @@ ifndef PLATFORM_SECURITY_PATCH
# It must be of the form "YYYY-MM-DD" on production devices.
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
- PLATFORM_SECURITY_PATCH := 2022-12-05
+ PLATFORM_SECURITY_PATCH := 2022-12-01
endif
include $(BUILD_SYSTEM)/version_util.mk