summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Haggerty <haggertk@lineageos.org>2021-10-05 06:47:48 -0600
committerKevin F. Haggerty <haggertk@lineageos.org>2021-10-05 06:47:48 -0600
commitfafe0ef22c806bd20f219ceeb92d9c5d91aa4eed (patch)
tree8ebf082ce10c8364f76baf931d77a8c75715f29d
parenta1a18d4de7d952ead9c39a8f6380141b6e198961 (diff)
parenta744cb600ef2c7deb732783d64d042683c5d6cbd (diff)
Merge tag 'android-11.0.0_r46' into staging/lineage-18.1_merge-android-11.0.0_r46
Android 11.0.0 Release 46 (RQ3A.211001.001) * tag 'android-11.0.0_r46': Update Security String to 2021-10-01 Change-Id: I319ce916b9a472a3f0acef4b1bc98e9de5b214ba
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 513c6ec18f..9fd746f01a 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=RQ3A.210905.001
+BUILD_ID=RQ3A.211001.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 4bc4498f97..4a00f443cf 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -240,7 +240,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 := 2021-09-05
+ PLATFORM_SECURITY_PATCH := 2021-10-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH