summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-04 01:04:56 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-04 01:04:56 +0000
commit1b693afb05076547a3de33dec4c8491ea38868df (patch)
treeb1ea10db9dbd3eaeb82ec62fa94cadd82413a19f
parent11ff8899f9563eff995a13835021b039d844c217 (diff)
parent27b13a1496755cb3f79094750b39dff0b7c2cbe1 (diff)
downloadmtpd-android-platform-12.1.0_r19.tar.gz
Change-Id: Ie4199114ce69a786b39c9639665eb114541fee5f
-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,
+ },
}