diff options
author | Adam Seaton <aseaton@google.com> | 2016-08-11 12:39:25 -0700 |
---|---|---|
committer | gitbuildkicker <android-build@google.com> | 2016-08-11 18:21:51 -0700 |
commit | a65a6c47e513335ec6a301e85590a14577245089 (patch) | |
tree | 3f9742fe75cae394ad7f744bd8a47c0f9663970e | |
parent | 52f12c72d2dfad26a18b7050e86604046b3994ac (diff) | |
download | build-a65a6c47e513335ec6a301e85590a14577245089.zip build-a65a6c47e513335ec6a301e85590a14577245089.tar.gz build-a65a6c47e513335ec6a301e85590a14577245089.tar.bz2 |
Update Security String to 2016-09-06 to platform and CTS for September
Security (+Quadrooter,-PZ)
Change-Id: I248efb2cbd877b4954994077df0f90adcf332f4a
-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 bd4ac90..e6cd11b 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -103,7 +103,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # Can be an arbitrary string, but must be a single word. # # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2016-09-07 + PLATFORM_SECURITY_PATCH := 2016-09-06 endif ifeq "" "$(PLATFORM_BASE_OS)" |