From fa4e8c2d9d0e49640aa66a7d973cdd5ce201ec24 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 1 Jul 2020 15:56:05 +0100 Subject: [PATCH] Android: Enabled 64-bit DemoRunner builds --- examples/DemoRunner/Builds/Android/app/build.gradle | 2 +- examples/DemoRunner/DemoRunner.jucer | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/examples/DemoRunner/Builds/Android/app/build.gradle b/examples/DemoRunner/Builds/Android/app/build.gradle index fc680c80a9..985d40b47d 100644 --- a/examples/DemoRunner/Builds/Android/app/build.gradle +++ b/examples/DemoRunner/Builds/Android/app/build.gradle @@ -47,7 +47,7 @@ android { productFlavors { debug_ { ndk { - abiFilters "armeabi-v7a", "x86" + abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" } externalNativeBuild { cmake { diff --git a/examples/DemoRunner/DemoRunner.jucer b/examples/DemoRunner/DemoRunner.jucer index 611d66e58b..4c0a0d7a52 100644 --- a/examples/DemoRunner/DemoRunner.jucer +++ b/examples/DemoRunner/DemoRunner.jucer @@ -2,9 +2,9 @@ + companyCopyright="Copyright (c) 2020 - Raw Material Software Limited" + companyWebsite="https://www.juce.com/" companyEmail="info@juce.com" + id="yj7xMM" reportAppUsage="0" useAppConfig="0" addUsingNamespaceToJuceHeader="1"> @@ -93,8 +93,7 @@ androidEnableContentSharing="1" androidExtraAssetsFolder="../Assets" smallIcon="YyqWd2" bigIcon="YyqWd2" cameraPermissionNeeded="1"> - +