aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-08 00:12:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-08 00:13:10 +0000
commit5364b3bd796bbcb71598cccf98ff23bcac3ba09f (patch)
treeb392284b034b582983dec97121ba787d4a767997
parent93235f50dceaaeaa93a0e544b6d8fdd33523eb67 (diff)
parent9ecc383ff9677c60309c24d6d4d3ccfbcb5f0e55 (diff)
downloadbuild-5364b3bd796bbcb71598cccf98ff23bcac3ba09f.tar.gz
Make change and version bump to TQ1A.221205.001
Change-Id: I22ec3afb4f226de0039aabd6c03f601280da09a8
-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 d8a5fe7f06..f0a40a2a92 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.221003.006
+BUILD_ID=TQ1A.221205.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 0884e8591d..d93792128b 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-11-05
+ PLATFORM_SECURITY_PATCH := 2022-12-05
endif
include $(BUILD_SYSTEM)/version_util.mk