aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-09-20 15:48:41 -0700
committergitbuildkicker <android-build@google.com>2016-09-26 17:45:16 -0700
commit85475612db5d5c95e7bb91b801f3e46e41cb1e2f (patch)
tree2674670bd20f155bd213f0aadd7a8309cbc814d2
parentc806aeffbccc637ef592087cf2a31235a8027ee7 (diff)
downloadbuild-85475612db5d5c95e7bb91b801f3e46e41cb1e2f.tar.gz
Updating security string to 2016-11-05 on nyc-dev
b/31618336 Change-Id: I1489eaf64c59dc0f175eb9220a900c68e262b3dd (cherry picked from commit 002132648dfad24acd01130ad5885988d2b15fa5)
-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 4d6d689055..7ca1375e5a 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 := 2016-11-01
+ PLATFORM_SECURITY_PATCH := 2016-11-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"