summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/build_id.mk2
-rw-r--r--core/main.mk1
-rw-r--r--core/version_defaults.mk2
3 files changed, 3 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 07d978b..811f270 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-export BUILD_ID=MOB30R
+export BUILD_ID=MOB30Z
diff --git a/core/main.mk b/core/main.mk
index 4894fc2..04be6e6 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -326,6 +326,7 @@ tags_to_install :=
ifneq (,$(user_variant))
# Target is secure in user builds.
ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=1
+ ADDITIONAL_DEFAULT_PROPERTIES += security.perf_harden=1
ifeq ($(user_variant),userdebug)
# Pick up some extra useful tools
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index cb8ba51..d90f3dc 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 := 2016-07-05
+ PLATFORM_SECURITY_PATCH := 2016-08-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"