diff options
author | Adam Seaton <aseaton@google.com> | 2017-02-13 11:48:25 -0800 |
---|---|---|
committer | Sean McCreary <mccreary@mcwest.org> | 2017-04-06 00:00:11 -0600 |
commit | f2991553971a90c6a99aeb4c8baeeb100648828d (patch) | |
tree | 7ba9c20113312a7a11243fd84d312d6bf3ba62c4 | |
parent | 0384560c9220a5c21f37b1f509504dbd5362324d (diff) | |
download | build-f2991553971a90c6a99aeb4c8baeeb100648828d.zip build-f2991553971a90c6a99aeb4c8baeeb100648828d.tar.gz build-f2991553971a90c6a99aeb4c8baeeb100648828d.tar.bz2 |
Update Security String to 2017-04-01 on nyc-dev
Bug:35314737
Change-Id: I10b7a9f66524ab64f9b8033b2e9ef353ee4aae12
(cherry picked from commit 93c1a722c2c579a7360a160c77c754382018f348)
-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 55ccde7..ffd15d4 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # 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 := 2017-03-01 + PLATFORM_SECURITY_PATCH := 2017-04-01 endif ifeq "" "$(PLATFORM_BASE_OS)" |