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

This commit is contained in:
Evgenii Stepanov
2020-08-07 22:44:18 +00:00
committed by Gerrit Code Review

View File

@@ -213,6 +213,9 @@ ifneq ($(TARGET_BUILD_VARIANT),user)
ADDITIONAL_SYSTEM_PROPERTIES += persist.debug.dalvik.vm.core_platform_api_policy=just-warn ADDITIONAL_SYSTEM_PROPERTIES += persist.debug.dalvik.vm.core_platform_api_policy=just-warn
endif 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. # Sets the default value of ro.postinstall.fstab.prefix to /system.
# Device board config should override the value to /product when needed by: # Device board config should override the value to /product when needed by:
# #