Merge "disable unpriv perf by default in user{,debug} builds" into mnc-dev

This commit is contained in:
Jeffrey Vander Stoep 2016-06-23 21:00:03 +00:00 committed by Android (Google) Code Review
commit 11c84f95fb
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,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