Merge "Define ro.sanitize.<name> properties in SANITIZE_TARGET builds." am: 7bebcbaff2 am: 62c3058fc9

am: 1c0eab294a

Change-Id: I94c4f80a10aaf3f9fef52d6bb13b695545ae08b9
This commit is contained in:
Evgenii Stepanov 2019-10-14 15:28:35 -07:00 committed by android-build-merger
commit f918b3dda3

View file

@ -220,6 +220,9 @@ ifneq ($(TARGET_BUILD_VARIANT),user)
ADDITIONAL_BUILD_PROPERTIES += persist.debug.dalvik.vm.core_platform_api_policy=just-warn
endif
# Define ro.sanitize.<name> properties for all global sanitizers.
ADDITIONAL_BUILD_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:
#