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

Commit 3a8619b5 authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by Automerger Merge Worker
Browse files

Merge "Define ro.sanitize.<name> properties in SANITIZE_TARGET builds." am:...

Merge "Define ro.sanitize.<name> properties in SANITIZE_TARGET builds." am: 48e914e9 am: 96af2a7a am: 74607b7d

Original change: https://android-review.googlesource.com/c/platform/build/+/1367662

Change-Id: I1f921c2b4f3c9a696d1ef3fa89531142bc81afcd
parents ac6ae014 74607b7d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -215,6 +215,9 @@ ifneq ($(TARGET_BUILD_VARIANT),user)
ADDITIONAL_SYSTEM_PROPERTIES += persist.debug.dalvik.vm.core_platform_api_policy=just-warn
endif

# Define ro.sanitize.<name> properties for all global sanitizers.
ADDITIONAL_SYSTEM_PROPERTIES += $(foreach s,$(SANITIZE_TARGET),ro.sanitize.$(s)=true)

# Sets the default value of ro.postinstall.fstab.prefix to /system.
# Device board config should override the value to /product when needed by:
#