summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornxf56319 <sai.shwethas@nxp.com>2021-06-03 12:43:59 +0530
committernxf35421 <sangeetha.agarwal@nxp.com>2021-07-02 11:16:42 +0530
commit6ef4e691a884bb4c3c650c93350d35f5f1cb0c4c (patch)
tree7b874e25962d5a557fc8ea1b6b617cfe87336005
parentec9381d17bfbd20b7df2b1a8849eb0915eca41af (diff)
Enable Async MTE in the SecureElement app.
Bug: 181603044 Test: none yet - this change does not affect non-MTE hardware Change-Id: I20d4d87e79995880cc5b1e764433fbf789b402e8
-rwxr-xr-xAndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 18f1cca..329f376 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -7,7 +7,8 @@
<application android:name=".SEApplication"
android:label="SecureElementApplication"
android:persistent="true"
- android:directBootAware="true">
+ android:directBootAware="true"
+ android:memtagMode="async">
<service android:name=".SecureElementService"
android:visibleToInstantApps="true"
android:exported="true">