aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-03-22 15:15:20 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-22 22:19:19 +0000
commit4fa89709d15b832e87aa20c7674295634f39083a (patch)
tree183ac3ddee4cf4747f30946662c8d8e50d73200c
parentf4030f3605b15f3f276edc32cdc085e822a0e331 (diff)
downloadbuild-4fa89709d15b832e87aa20c7674295634f39083a.tar.gz
Update Security String to 05-05 on release branch
(cherry picked from commit 15d6d5502cb5eb2b2054c8baecadccc4422854c9) Change-Id: I7342843201473d37af5b6a7b9a930c8b9250c89c
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index ad38a7a688..a15537e4b1 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-05-01
+ PLATFORM_SECURITY_PATCH := 2018-05-05
endif
ifndef PLATFORM_BASE_OS