aboutsummaryrefslogtreecommitdiff
path: root/tc/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tc/Android.bp')
-rw-r--r--tc/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tc/Android.bp b/tc/Android.bp
index 866a40e2..3649cebb 100644
--- a/tc/Android.bp
+++ b/tc/Android.bp
@@ -119,4 +119,8 @@ cc_binary {
// This is a work around for b/18403920
ldflags: ["-Wl,--no-gc-sections"],
+
+ sanitize: {
+ memtag_heap: true,
+ },
}