sm8250-common: Disable Async MTE on System Server

Async mode MTE is enabled by default on System Server process.
Add property arm64.memtag.process.system_server=off
This property is read during system server forking process and
accordingly Heap Tagging level is set.

Change-Id: Ie6f6c4f553e2540ac7da9995cb4a3f7b45a910c7
This commit is contained in:
Vinay Verma 2021-03-19 22:31:45 +05:30 committed by SGCMarkus
parent a3dd6d4d07
commit b2f5a3635c

View File

@ -48,3 +48,6 @@ ro.vendor.qti.va_aosp.support=1
# Zygote # Zygote
persist.device_config.runtime_native.usap_pool_enabled=true persist.device_config.runtime_native.usap_pool_enabled=true
#Disable MTE Async for system server
arm64.memtag.process.system_server=off