diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-04-16 10:00:16 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-04-16 10:13:11 +0000 |
commit | fa40a0a2469fe41e05d171b121eb87d6b2f3d8ea (patch) | |
tree | 3a0718e71122d0f6dc99a6b997ac79808e564aff | |
parent | 9a7000eb6ddf76e356f75b1f419318bbbebd1684 (diff) | |
parent | 2d723f5acbc0f9fb483fc37faad10dc4d174271f (diff) |
Make change and version bump to SKQ1.220416.001
Change-Id: Ib230f1ea4fd5830ac49099c1143f0ce426f457c0
-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 b67e1b6795..32787af2e2 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.220415.001 +BUILD_ID=SKQ1.220416.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 90cd2d806c..9b18e07e13 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-03-05 + PLATFORM_SECURITY_PATCH := 2022-04-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |