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

am: 69b3f82249

Change-Id: I7559f3c663e2e337b79dbee720ab63c3fa87141a
This commit is contained in:
Evgenii Stepanov 2019-10-24 21:32:24 -07:00 committed by android-build-merger
commit 70ec542342

View file

@ -220,9 +220,6 @@ 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:
#