diff options
author | Elisa Pascual Trevino <elisapascual@google.com> | 2018-01-12 09:37:15 -0800 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-01-18 19:07:05 +0000 |
commit | 9b092aac73121c329f7a9b4d6364ecaae4f73e6a (patch) | |
tree | db11022a260befb8aac3a45c26ac5131e9c5867b | |
parent | c10a2f46d82efac3701a1653569f64f31ec0f67d (diff) | |
download | platform_build-9b092aac73121c329f7a9b4d6364ecaae4f73e6a.tar.gz platform_build-9b092aac73121c329f7a9b4d6364ecaae4f73e6a.tar.bz2 platform_build-9b092aac73121c329f7a9b4d6364ecaae4f73e6a.zip |
[DO NOT MERGE] Update security string to 2018-03-05 for oc-dev
Bug:71860241
(cherry picked from commit 44861dc6dd36e1a54bdb67f072667452a1f80991)
Change-Id: I85977d918e08ce3b2468b3234e95ccedce0cbc04
-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 1e2d6dbcbf..f03d9ba34e 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-03-01 + PLATFORM_SECURITY_PATCH := 2018-03-05 endif ifndef PLATFORM_BASE_OS |