Skip to content

Commit

Permalink
Merge pull request #39 from chenxiaolong/mte
Browse files Browse the repository at this point in the history
Disable arm64 MTE
  • Loading branch information
chenxiaolong authored Nov 3, 2023
2 parents a9beb78 + 71ebc3a commit 8f06aa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:ignore="ScopedStorage" />

<!-- MTE is currently disabled because the cgo runtime does not work with it. -->
<application
android:name=".MainApplication"
android:allowBackup="true"
android:backupAgent=".ConfigBackupAgent"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:memtagMode="off"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
Expand Down

0 comments on commit 8f06aa6

Please sign in to comment.