diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-03-28 18:51:12 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-03-28 18:53:24 +0000 |
commit | 5efdbe14e5aaabc863d6bf8bede0d839fc01afa7 (patch) | |
tree | dc8545520036609dc524ae56de4641467cde309a | |
parent | 19b2a69afad6f14397599cfb9ae8ce5599f0c748 (diff) | |
parent | 7f027711516c8bc164b6b7380c00f4b706a8d9a2 (diff) |
Make change and version bump to TQ2A.230505.001
Merge cherrypicks of ['googleplex-android-review.googlesource.com/21959028'] into tm-qpr2-release.
Change-Id: I98599069e3b5c4c52aa84c58b65fc444a00181be
-rw-r--r-- | core/build_id.mk | 2 | ||||
-rw-r--r-- | core/version_defaults.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index 4adc373fad..9c8a00271f 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=TQ2A.230405.003 +BUILD_ID=TQ2A.230505.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 38d05107d9..419ff1aadc 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-04-05 + PLATFORM_SECURITY_PATCH := 2023-05-05 endif include $(BUILD_SYSTEM)/version_util.mk |