Revert "Define ro.sanitize.<name> properties in SANITIZE_TARGET builds."
This reverts commit edfd1ae7129fd6072d874aa78b360d4ba711f173.
Reason for revert: breaks sepolicy_freeze_test
Change-Id: Idf15bfd4bf74cd0ba0ae42c4c95c4afa0c94be54
diff --git a/core/main.mk b/core/main.mk
index 98b033a..e9b1bca 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -255,9 +255,6 @@
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:
#