diff options
author | Adam Seaton <aseaton@google.com> | 2019-01-08 21:59:01 (GMT) |
---|---|---|
committer | Adam Seaton <aseaton@google.com> | 2019-01-08 21:59:01 (GMT) |
commit | a1165c3723c9d58afc83202ff63c6f691737effb (patch) | |
tree | 605712d8091d10a10d5f8af04533399bff42e25f | |
parent | e2259df15527ce4748ef36088b2f209b5d5c77f8 (diff) | |
download | android_build-a1165c3723c9d58afc83202ff63c6f691737effb.zip android_build-a1165c3723c9d58afc83202ff63c6f691737effb.tar.gz android_build-a1165c3723c9d58afc83202ff63c6f691737effb.tar.bz2 |
Update Platform Security String to 2019-03-01 for pi-dev
Bug:122541777
-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 57e5492..b64dd1b 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -231,7 +231,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-02-05 + PLATFORM_SECURITY_PATCH := 2019-03-01 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP |