diff options
| author | 2020-09-16 17:07:44 +0000 | |
|---|---|---|
| committer | 2020-09-16 19:17:30 +0000 | |
| commit | efacba8eef8921a39ae916880ca89ef396c374b1 (patch) | |
| tree | 3e0014f061b325a47e80f9a0501b382532b6d4d2 | |
| parent | d935b454f2997524ae0a95e91b46cab8a075a196 (diff) | |
Update Security String to 2020-11-01
Bug: 168709737
Merged-In: I96489891caa4f5248c90be2d8c16327e1991e3bb
Change-Id: I2ec81773c28b4ad2e74b600dbf1bfd2503b085ea
| -rw-r--r-- | core/version_defaults.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 5ba3d856c3..3813e6412a 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -165,7 +165,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 := 2020-10-01 + PLATFORM_SECURITY_PATCH := 2020-11-01 endif ifndef PLATFORM_BASE_OS |