diff options
author | alk3pInjection <webmaster@raspii.tech> | 2022-08-05 20:43:06 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-08-05 20:43:06 +0800 |
commit | 3562c993ed283068ec545085479d7c0699045cb8 (patch) | |
tree | bed2cde11cd52a0a2bde7d58fd254ac2f6734222 /core | |
parent | 1dd014ea4a158776abc6739d64db546b10da86cf (diff) | |
parent | 820498e2bbdb550ddff58275da647d4e88f8cf21 (diff) |
Merge tag 'LA.QSSI.12.0.r1-08300-qssi.0' into sugisawa-mr1HEADsugisawa-mr1
"LA.QSSI.12.0.r1-08300-qssi.0"
Change-Id: I67f65fbad431aa29fcff08d97f080445771942f2
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 ee3321ad70..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.220502.001 +BUILD_ID=SKQ1.220702.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 94ae28bb28..48bd635ceb 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 ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP |