aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Jang <zachjang@google.com>2015-09-21 17:42:49 -0700
committerThe Android Automerger <android-build@google.com>2015-09-28 17:08:04 -0700
commit934418ebc16c713c2d16bd0f6246856643e3d192 (patch)
tree4445b30d0359462464e5ba912f2c00101446975d
parent95b6a06fa6d98bf62e9e2a43a9ecedd2f5c0c246 (diff)
downloadbuild-934418ebc16c713c2d16bd0f6246856643e3d192.tar.gz
Updating PLATFORM_SECURITY_PATCH to 2015-11-01 for Nov OTA
Change-Id: I80e1e5766c33f1a5c1e28e456dfe902bc8886fd4
-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 9bb5a2c943..a130799fd6 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 := 2015-10-01
+ PLATFORM_SECURITY_PATCH := 2015-11-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"