diff options
author | Elisa Pascual Trevino <elisapascual@google.com> | 2018-01-11 14:49:55 -0800 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-01-18 19:07:01 +0000 |
commit | c10a2f46d82efac3701a1653569f64f31ec0f67d (patch) | |
tree | 39859c59223f79a23dae81bd5b8d1eb8073e35f5 | |
parent | 4fe054ff3a4f99fe294f055bea56dfc815f2fbc8 (diff) | |
download | platform_build-c10a2f46d82efac3701a1653569f64f31ec0f67d.tar.gz platform_build-c10a2f46d82efac3701a1653569f64f31ec0f67d.tar.bz2 platform_build-c10a2f46d82efac3701a1653569f64f31ec0f67d.zip |
[DO NOT MERGE] Update security string to 2018-03-01 for oc-dev
Bug:71860241
(cherry picked from commit 275847767a1349fd6887ca67501474c593a21622)
Change-Id: Ia0df29616f0ae6959a6f12e1eed0c319a5a002a6
-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 7ebda5594f..1e2d6dbcbf 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -181,7 +181,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 := 2018-02-05 + PLATFORM_SECURITY_PATCH := 2018-03-01 endif ifndef PLATFORM_BASE_OS |