summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgenii Stepanov <eugenis@google.com>2023-08-23 16:02:12 -0700
committerEvgenii Stepanov <eugenis@google.com>2023-08-23 23:22:21 +0000
commit4a1f9459e5a16ab777fc2af1f952554b71571757 (patch)
tree9207f61139a00d728f4d9d0ff276101faca8e867
parent0fa6cbd173fe715c0b76fd32db46320eabdde43b (diff)
downloadzuma-4a1f9459e5a16ab777fc2af1f952554b71571757.tar.gz
Force disable MTE in Chrome in _fullmte build.
This is a no-op in regular builds. Impact is limited to a testing-only _fullmte build. Bug: 297266100 Test: chrome does not crash Change-Id: Iba9b031fa9d2df0c093f0465ae2dd8e1b36133b9
-rw-r--r--device-common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index 8cb07f4..bf738c3 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -53,4 +53,6 @@ PRODUCT_PRODUCT_PROPERTIES += persist.arm64.memtag.app.com.android.se=off
PRODUCT_PRODUCT_PROPERTIES += persist.arm64.memtag.app.com.google.android.bluetooth=off
PRODUCT_PRODUCT_PROPERTIES += persist.arm64.memtag.app.com.android.nfc=off
PRODUCT_PRODUCT_PROPERTIES += persist.arm64.memtag.system_server=off
+else
+PRODUCT_PRODUCT_PROPERTIES += persist.arm64.memtag.app.com.android.chrome=off
endif