Skip to content

Commit b45ed55

Browse files
authored
Merge pull request #9820 from thgoebel/mte
Opt-in to Arm MTE for debug and daily
2 parents 427d121 + c157137 commit b45ed55

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app-thunderbird/src/daily/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
xmlns:tools="http://schemas.android.com/tools"
55
>
66

7-
<application tools:ignore="MissingApplicationIcon">
7+
<application
8+
tools:ignore="MissingApplicationIcon"
9+
android:memtagMode="async">
810

911
<!-- This component is disabled by default (if possible). It will be enabled programmatically if necessary. -->
1012
<!-- IMPORTANT: The component name must be -->

app-thunderbird/src/debug/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
xmlns:tools="http://schemas.android.com/tools"
55
>
66

7-
<application tools:ignore="MissingApplicationIcon">
7+
<application
8+
tools:ignore="MissingApplicationIcon"
9+
android:memtagMode="async">
810

911
<!-- This component is disabled by default (if possible). It will be enabled programmatically if necessary. -->
1012
<!-- IMPORTANT: The component name must be -->

0 commit comments

Comments
 (0)