diff options
author | Kevin F. Haggerty <haggertk@lineageos.org> | 2021-07-07 19:54:09 -0600 |
---|---|---|
committer | Kevin F. Haggerty <haggertk@lineageos.org> | 2021-07-07 19:54:09 -0600 |
commit | b81a97c9a23e5c5fdb54087efeda5ccc49e0c868 (patch) | |
tree | 1180fadf5881d806cbfc36834b7035dbdb6086bb | |
parent | e903369c31976c0501599855afa2e4e90913e8dc (diff) | |
parent | 41539a8d0b0aad2c1e11ed37ca721d16fa99289c (diff) |
Merge tag 'android-11.0.0_r39' into staging/lineage-18.1_merge-android-11.0.0_r39
Android 11.0.0 release 39
* tag 'android-11.0.0_r39':
Update Security String to 2021-07-05
Change-Id: I8dd2db2e2f68dcfe8f0bdc930962e0fbb1cf9835
-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 1421eb78ee..de0b12d5d3 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.210605.005 +BUILD_ID=RQ3A.210705.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 8e40fa7a39..13b85c0663 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-06-05 + PLATFORM_SECURITY_PATCH := 2021-07-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |