diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-06-24 10:00:35 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-06-24 10:38:35 +0000 |
commit | 4b7ff4295eda877bcdf888010c5a552947ee3824 (patch) | |
tree | d6eec4adac6df17b5ff1f88d0df8de622de9dc32 | |
parent | 780d2e80e7d0e0717301baf634ba103bd2730ec0 (diff) | |
parent | db6a3507467439e4fba4036b1e2d94ce164fd22b (diff) |
Make change and version bump to SKQ1.220624.001
Change-Id: I3e8ad942e0279c8fe5078c9acef253c0d4a2f94c
-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 96da2625dd..2488df998c 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=SKQ1.220623.001 +BUILD_ID=SKQ1.220624.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 9b18e07e13..fca8b0f3b9 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -246,7 +246,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-04-05 + PLATFORM_SECURITY_PATCH := 2022-05-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |