diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-12-13 02:01:13 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-12-13 02:01:13 +0100 |
commit | 7553e31f7c235de6bd002e68dde05909743298d7 (patch) | |
tree | a39f395f1e396871ec0ba600edba1ab6e0a1d025 | |
parent | f0e2077caea3afc6456b046c66989b780f8c1111 (diff) | |
parent | 84aef033cc9ae7a70068f0e88862e4dcd84a8f80 (diff) | |
download | build-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.mk | 4 |
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)" |