Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c20df705 authored by Daniel Micay's avatar Daniel Micay Committed by Jeffrey Vander Stoep
Browse files

disable unpriv perf by default in user{,debug} builds

(Cherry picked from commit f2ac912b)

Bug: 29054680

Change-Id: If04bc63fc366006cde842a50b7c764f89d7449a6
parent bf5d08ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -316,6 +316,7 @@ tags_to_install :=
ifneq (,$(user_variant))
ifneq (,$(user_variant))
  # Target is secure in user builds.
  # Target is secure in user builds.
  ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=1
  ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=1
  ADDITIONAL_DEFAULT_PROPERTIES += security.perf_harden=1


  ifeq ($(user_variant),userdebug)
  ifeq ($(user_variant),userdebug)
    # Pick up some extra useful tools
    # Pick up some extra useful tools