Merge "Define ro.sanitize.<name> properties in SANITIZE_TARGET builds."
am: 7bebcbaff2
Change-Id: I1f0311fded467e0dd4538e0b461f1669d62d3b3e
This commit is contained in:
commit
62c3058fc9
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue