diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-07-14 09:58:46 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-07-14 09:58:46 -0700 |
commit | 820498e2bbdb550ddff58275da647d4e88f8cf21 (patch) | |
tree | e58be874dd727b6f386aef2c6c37d593283ba3f8 | |
parent | 506bda7122c31cc4b0a9514f8c8fac1a4c8834fd (diff) | |
parent | 69c0b60e694d5920900862aed064b0e5429c8b2b (diff) |
Merge 69c0b60e694d5920900862aed064b0e5429c8b2b on remote branch
Change-Id: Ibc73028f5623db1cbe17c4105dfe4c8c4c6a7cf9
-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 776acaee72..8918bf319a 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.220617.001 +BUILD_ID=SKQ1.220702.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 |