From 71ebc3ae03f02a08c3012aa65262318af766266b Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 3 Nov 2023 19:40:49 -0400 Subject: [PATCH] Disable arm64 MTE The cgo runtime currently does not work with MTE enabled. While the Pixel 8 series don't enable MTE by default, if the user chooses to do so, best not to let RSAF crash. Signed-off-by: Andrew Gunnerson --- app/src/main/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 20d14ba..9b4aa89 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,12 +5,14 @@ +