aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-29 22:36:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-29 22:37:24 +0000
commitab9b0bdb79309362307b4b4cb00642833e4cb6ed (patch)
tree523dee1e7a05acd7dcb336ee4ebdc604f49bb529
parent8141d084089db67e0446ed34e9e50d4b5c225c05 (diff)
parent870b7f37b317133b54e6d493ab018fa4be421664 (diff)
downloadbuild-ab9b0bdb79309362307b4b4cb00642833e4cb6ed.tar.gz
Make change and version bump to TP1A.220905.001
Change-Id: I38c754b085d83fd8c949788a88866a6372a45ce8
-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 4b306dd8ff..0f0fd1619a 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=TP1A.220624.021
+BUILD_ID=TP1A.220905.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 65957c8859..5883925c73 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-08-05
+ PLATFORM_SECURITY_PATCH := 2022-09-05
endif
include $(BUILD_SYSTEM)/version_util.mk