diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-03-28 19:40:30 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2023-03-28 19:40:30 +0000 |
commit | 822afa04a155e4107d26be374f58ac9e78f08ee0 (patch) | |
tree | dc8545520036609dc524ae56de4641467cde309a | |
parent | 715e7983333b5ef05586093e1380b7e0aa7363a3 (diff) | |
parent | 5efdbe14e5aaabc863d6bf8bede0d839fc01afa7 (diff) |
Make change and version bump to TQ2A.230505.001 am: 5efdbe14e5
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/22317144
Change-Id: I8af1d7caa91d9892d7c91cfd46a3c96e84984d6c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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 |