diff options
| author | Kevin F. Haggerty <haggertk@lineageos.org> | 2021-08-03 07:44:36 -0600 |
|---|---|---|
| committer | Kevin F. Haggerty <haggertk@lineageos.org> | 2021-08-03 07:44:36 -0600 |
| commit | 24252730864d5cd1ea9bc34c05a886eeeb5825dd (patch) | |
| tree | 218ccb2f6bec8cbdfd51c3e9eaf773545b823fde | |
| parent | 10de37b09d529a39b3d4f8f65f3e35df0fc1fe7e (diff) | |
| parent | 7ef04b2f41376f237f5d29e71c311f36b91b57d2 (diff) | |
Merge tag 'android-11.0.0_r40' into staging/lineage-18.1_merge-android-11.0.0_r40
Android 11.0.0 Release 40 (RQ3A.210805.001.A1)
* tag 'android-11.0.0_r40':
Version bump to RQ3A.210805.001.A1 [core/build_id.mk]
Update Security String to 2021-08-05
Change-Id: If47ca9e8b94545205471d358bd83daafc88b66e4
| -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 de0b12d5d3..7e4ce5e17f 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.210705.001 +BUILD_ID=RQ3A.210805.001.A1 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 13b85c0663..f900f89b7f 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-07-05 + PLATFORM_SECURITY_PATCH := 2021-08-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |
