diff options
author | Lubo Hristov <lubomir@google.com> | 2019-09-19 12:49:45 -0700 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-09-20 02:55:42 +0000 |
commit | 04694fe7d992d361b6b0f1653827c8d2e18c586e (patch) | |
tree | d162a7eecac10be98353075e7bb7d82997bccee0 | |
parent | 44342206831d004fcc9c90239683582d2aa42c1d (diff) | |
download | platform_build-04694fe7d992d361b6b0f1653827c8d2e18c586e.tar.gz platform_build-04694fe7d992d361b6b0f1653827c8d2e18c586e.tar.bz2 platform_build-04694fe7d992d361b6b0f1653827c8d2e18c586e.zip |
Update SPL to 2019-11-01
bug:141272605
(cherry picked from commit 89b18c02ae46ef56216475fcbd0f545a995ebd1b)
Change-Id: I2fbf3920ddc23bd67011d7f8bd0a65d477e3de29
-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 43d4d3eb0a..91d4d84124 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -250,7 +250,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 := 2019-10-05 + PLATFORM_SECURITY_PATCH := 2019-11-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |