aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-12-14 02:28:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-12-14 02:29:47 +0000
commit13bcf5613179a75d695fa94c852f164dff160751 (patch)
tree39449f942b52f0066df8d73f975890bae74fc993
parentce74932aa9a84a00bcef1de95915ba3938499d82 (diff)
parent398ff1a8b603e01c67725b1209ab67907cdba284 (diff)
downloadbuild-13bcf5613179a75d695fa94c852f164dff160751.tar.gz
Make change and version bump to TQ1A.230205.001
Change-Id: I98d628dea8e10d7603e0478db7de2e78ce14775b
-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 ab09680df2..b894546102 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.230105.003
+BUILD_ID=TQ1A.230205.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 864816c969..339d36bb5c 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 := 2023-01-05
+ PLATFORM_SECURITY_PATCH := 2023-02-05
endif
include $(BUILD_SYSTEM)/version_util.mk