aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-05-17 11:27:05 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-25 17:51:01 +0000
commit6bb0fdd9e373248de9b4b7347494f750c4d61324 (patch)
treee08d875f4698e89e9107fc6566f430f856947dfa
parent12ee926b4645a27fcc90ab47936120fc4524bf31 (diff)
downloadbuild-6bb0fdd9e373248de9b4b7347494f750c4d61324.tar.gz
[DO NOT MERGE]Updating security string to 2017-07-05 on nyc-dev
bug:38342695 (cherry picked from commit 96d958c34509a65e5f7787945f9923fb44c42f05) Change-Id: Idf160c3038c2c2ccd49f3844728f845579ac1bd6
-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 0979efc58e..a0bdcf9687 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -114,7 +114,7 @@ ifeq "" "$(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 := 2017-07-01
+ PLATFORM_SECURITY_PATCH := 2017-07-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"