Enable memtag_heap in android.hardware.secure_element service. am: df6a67467d am: 9d5523c100 am: 94934bf07c am: d156e5d651

Original change: https://android-review.googlesource.com/c/platform/hardware/st/secure_element/+/1663110

Change-Id: I8388a32863aa5543514433f8534b2771ce5e6896
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 @@
         "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 @@
         "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 @@
         "liblog",
         "libutils",
     ],
+
+    sanitize: {
+        memtag_heap: true,
+    },
 }