summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-12-13 02:01:13 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-12-13 02:01:13 +0100
commit7553e31f7c235de6bd002e68dde05909743298d7 (patch)
treea39f395f1e396871ec0ba600edba1ab6e0a1d025
parentf0e2077caea3afc6456b046c66989b780f8c1111 (diff)
parent84aef033cc9ae7a70068f0e88862e4dcd84a8f80 (diff)
downloadbuild-7553e31f7c235de6bd002e68dde05909743298d7.zip
build-7553e31f7c235de6bd002e68dde05909743298d7.tar.gz
build-7553e31f7c235de6bd002e68dde05909743298d7.tar.bz2
Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_build into replicant-6.0
-rw-r--r--core/version_defaults.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 03b9011..e30ea21 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,9 +103,9 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# It must signify that the build includes all security patches issued up through the designated Android Public Security Bulletin.
# 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-05
+ PLATFORM_SECURITY_PATCH := 2016-12-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"