summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgenii Stepanov <eugenis@google.com>2021-05-21 16:33:45 -0700
committerEvgenii Stepanov <eugenis@google.com>2021-05-21 16:34:01 -0700
commitafe05e1fdf9cc176617438c87f20c7cbb6fe90b9 (patch)
tree4ce3e86e3851116f8acda0333bd44bbfd6436b4a
parent05b0541b73590cd6a4fd85bd5fe422c573f9ffbd (diff)
downloadandroid-clat-afe05e1fdf9cc176617438c87f20c7cbb6fe90b9.tar.gz
Enable Async MTE in android-clat.
This change enables Async mode ARM MTE in clatd on compatible hardware and has no effect otherwise. Bug: 181603044 Test: atest under external/android-clat Change-Id: Ib3c23381e2c7ef84499b26672347468b30c6209a
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4eda2ad..bdddd7a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -90,6 +90,9 @@ cc_binary {
init_rc: [
"vendor-464xlat.rc",
],
+ sanitize: {
+ memtag_heap: true,
+ },
}
// Unit tests.