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 22:42:24 +0000 |
commit | 293a96ed59cf35c922a26d86f190aab1aee72b5d (patch) | |
tree | fcb6598e7a02b4b15a3f746a48ae1b8515ad000a | |
parent | 7cb4b7f799daf80974c77f49fe81c6507807b3e5 (diff) | |
download | platform_build-293a96ed59cf35c922a26d86f190aab1aee72b5d.tar.gz platform_build-293a96ed59cf35c922a26d86f190aab1aee72b5d.tar.bz2 platform_build-293a96ed59cf35c922a26d86f190aab1aee72b5d.zip |
[DO NOT MERGE] Update security string to 2018-03-05 for oc-dev
Bug:71860241
(cherry picked from commit 44861dc6dd36e1a54bdb67f072667452a1f80991)
Change-Id: I039997f4302284a118fe875d0ec616184647a634
-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 |