diff options
Diffstat (limited to 'core')
-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 2ba649c47e..ee3321ad70 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.220406.001 +BUILD_ID=SKQ1.220502.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index f48dd11d4a..94ae28bb28 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 ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP |