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

This reverts commit edfd1ae712.

Reason for revert: breaks sepolicy_freeze_test

Change-Id: Idf15bfd4bf74cd0ba0ae42c4c95c4afa0c94be54
This commit is contained in:
Evgenii Stepanov
2019-10-25 03:57:56 +00:00
parent edfd1ae712
commit 69b3f82249

View File

@@ -255,9 +255,6 @@ ifneq ($(TARGET_BUILD_VARIANT),user)
ADDITIONAL_BUILD_PROPERTIES += persist.debug.dalvik.vm.core_platform_api_policy=just-warn ADDITIONAL_BUILD_PROPERTIES += persist.debug.dalvik.vm.core_platform_api_policy=just-warn
endif 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. # 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:
# #