Browse Source

Android: Enabled 64-bit DemoRunner builds

tags/2021-05-28
ed 5 years ago
parent
commit
fa4e8c2d9d
2 changed files with 5 additions and 6 deletions
  1. +1
    -1
      examples/DemoRunner/Builds/Android/app/build.gradle
  2. +4
    -5
      examples/DemoRunner/DemoRunner.jucer

+ 1
- 1
examples/DemoRunner/Builds/Android/app/build.gradle View File

@@ -47,7 +47,7 @@ android {
productFlavors {
debug_ {
ndk {
abiFilters "armeabi-v7a", "x86"
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
externalNativeBuild {
cmake {


+ 4
- 5
examples/DemoRunner/DemoRunner.jucer View File

@@ -2,9 +2,9 @@
<JUCERPROJECT name="DemoRunner" projectType="guiapp" jucerVersion="6.0.0" defines="JUCE_DEMO_RUNNER=1&#10;JUCE_UNIT_TESTS=1"
bundleIdentifier="com.juce.demorunner" version="6.0.0" companyName="Raw Material Software Limited"
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">
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">
<MAINGROUP id="G8kbr7" name="DemoRunner">
<GROUP id="{20E3F84A-29E9-D5FF-4559-1A9E4A70CD60}" name="Source">
<GROUP id="{272A692A-6AFE-68BD-C8E8-63B3D62245B1}" name="Demos">
@@ -93,8 +93,7 @@
androidEnableContentSharing="1" androidExtraAssetsFolder="../Assets"
smallIcon="YyqWd2" bigIcon="YyqWd2" cameraPermissionNeeded="1">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" androidArchitectures="armeabi-v7a x86"
recommendedWarnings="LLVM"/>
<CONFIGURATION isDebug="1" name="Debug" recommendedWarnings="LLVM"/>
<CONFIGURATION isDebug="0" name="Release" recommendedWarnings="LLVM"/>
</CONFIGURATIONS>
<MODULEPATHS>


Loading…
Cancel
Save