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 23:21:45 -0700
commit18dbcf38fc3369039f284bfbd46cc2935e467659 (patch)
treeeb2bf60570c7f46fd33beaa15ab2fc2cdfb65cba
parent763b8aeb4cff40610ea533a9ed18ac98cbbe1a68 (diff)
downloadbuild-18dbcf38fc3369039f284bfbd46cc2935e467659.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)"