summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgenii Stepanov <eugenis@google.com>2021-05-21 16:33:45 -0700
committerMaciej Zenczykowski <maze@google.com>2021-06-01 23:19:27 +0000
commita8d862c80a818b2d045a572d62b6e0dc3ee08537 (patch)
tree4ce3e86e3851116f8acda0333bd44bbfd6436b4a
parent3b128d06135a6959e0f07812dd451cb2c747669e (diff)
downloadandroid-clat-android12-qpr1-release.tar.gz
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 Merged-In: Ib3c23381e2c7ef84499b26672347468b30c6209a (cherry picked from commit afe05e1fdf9cc176617438c87f20c7cbb6fe90b9)
-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.