summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-04-22 01:07:27 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-04-22 01:07:27 +0000
commit09f13a3c2e7d1ed542a8f68f5e742d45979b44b8 (patch)
tree39f436c22989c75c9171f1a109d8bd4497e4d78a
parent0fc52d25ad59225853622a5d1d983cc53bd4d325 (diff)
parentd156e5d6519dd8cadd6f696648ea0c4d70b4680d (diff)
downloadsecure_element-android12-d1-s6-release.tar.gz
Change-Id: I53b4642edcc890fd0ff62e4bb3edc85d1b1d8889
-rw-r--r--1.0/Android.bp4
-rw-r--r--1.1/Android.bp4
-rw-r--r--1.2/Android.bp4
3 files changed, 12 insertions, 0 deletions
diff --git a/1.0/Android.bp b/1.0/Android.bp
index 297b277..547e72a 100644
--- a/1.0/Android.bp
+++ b/1.0/Android.bp
@@ -28,4 +28,8 @@ cc_binary {
"liblog",
"libutils",
],
+
+ sanitize: {
+ memtag_heap: true,
+ },
}
diff --git a/1.1/Android.bp b/1.1/Android.bp
index 4e9a678..43ced91 100644
--- a/1.1/Android.bp
+++ b/1.1/Android.bp
@@ -43,4 +43,8 @@ cc_binary {
"liblog",
"libutils",
],
+
+ sanitize: {
+ memtag_heap: true,
+ },
}
diff --git a/1.2/Android.bp b/1.2/Android.bp
index 8a9b7f8..414762a 100644
--- a/1.2/Android.bp
+++ b/1.2/Android.bp
@@ -44,4 +44,8 @@ cc_binary {
"liblog",
"libutils",
],
+
+ sanitize: {
+ memtag_heap: true,
+ },
}