diff options
author | Adam Seaton <aseaton@google.com> | 2018-05-16 16:26:08 -0700 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-06-11 22:26:02 +0000 |
commit | 643535ec28a43a64b4b4d73dc2c8ed4d5284582e (patch) | |
tree | 8289cc9ae2f9a1466f97b90cba0ce1ad9a1c53cc | |
parent | e9a46ccb72868c49b8fba795bc35c6d2842be40f (diff) | |
download | platform_build-643535ec28a43a64b4b4d73dc2c8ed4d5284582e.tar.gz platform_build-643535ec28a43a64b4b4d73dc2c8ed4d5284582e.tar.bz2 platform_build-643535ec28a43a64b4b4d73dc2c8ed4d5284582e.zip |
DO NOT MERGE: Update Platform Security String to 2018-07-05 for oc-mr1-dev
Bug:79883349
(cherry picked from commit cfbe84b8a0ac6ad680edad1c21b08672ed96127d)
Change-Id: Ia375ef73a8a62fd383bf45d4af789bdc8f6afdc1
-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 efe68764fe..e23b9af30c 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-06-05 + PLATFORM_SECURITY_PATCH := 2018-07-05 endif ifndef PLATFORM_BASE_OS |