From e6145d6e1252a933c0ffe7976dfaf0f46aee8b8d Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 15 Dec 2020 00:06:46 -0800 Subject: [PATCH] extend build.gradle to have seperate paths for arm7 and arm64 and perform the appropriate link/rename so androiddeployqt and therecipeqt can pick up as tho it was not a splits build --- android/AndroidManifest.xml | 2 +- android/build.gradle | 101 ++++++++++++++++++++++++++++++------ 2 files changed, 85 insertions(+), 18 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 955c390d..0bd49e23 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,7 +1,7 @@