summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgenii Stepanov <eugenis@google.com>2021-05-26 18:16:55 -0700
committerEvgenii Stepanov <eugenis@google.com>2021-05-26 18:17:29 -0700
commite4ca2c43fe67150c400afeeb7bf3b4c6ea95f880 (patch)
treeb1ea10db9dbd3eaeb82ec62fa94cadd82413a19f
parenta3eea271bbba5c36b39cba83858323b2049bbf18 (diff)
downloadmtpd-e4ca2c43fe67150c400afeeb7bf3b4c6ea95f880.tar.gz
Enable Async MTE in mtpd.
This change enables Async mode ARM MTE in mtpd on compatible hardware and has no effect otherwise. Bug: 181603044 Test: atest under system/netd/tests Change-Id: I4405d2bc1254fc65ff044a878ac1abd99f7ffc89
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9efa325..f6c4960 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,4 +48,7 @@ cc_binary {
"-Werror",
],
init_rc: ["mtpd.rc"],
+ sanitize: {
+ memtag_heap: true,
+ },
}