summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgenii Stepanov <eugenis@google.com>2021-04-21 12:20:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-21 12:20:39 +0000
commit0accb68a24318420a192e089ebc95b93544fd91e (patch)
tree39f436c22989c75c9171f1a109d8bd4497e4d78a
parent7a455aebf3eba8cd48614b0f5ba6d30b804de2ca (diff)
parentd156e5d6519dd8cadd6f696648ea0c4d70b4680d (diff)
downloadsecure_element-android12L-d2-s1-release.tar.gz
Original change: https://android-review.googlesource.com/c/platform/hardware/st/secure_element/+/1663110 Change-Id: I8388a32863aa5543514433f8534b2771ce5e6896
-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,
+ },
}