1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed old Android exporters from examples and updated .gitignore to reflect new Android build folder structure

This commit is contained in:
hogliux 2017-02-01 16:27:41 +00:00
parent 2da1bc5f41
commit 28dccb31bb
7 changed files with 26 additions and 54 deletions

View file

@ -96,10 +96,10 @@
</LINUX_MAKE>
<ANDROIDSTUDIO androidActivityClass="com.juce.audioperformancetest.AudioPerformanceTest"
androidInternetNeeded="1" androidBluetoothNeeded="1" androidCpp11="1"
androidScreenOrientation="unspecified" targetFolder="Builds/AndroidStudio"
androidScreenOrientation="unspecified" targetFolder="Builds/Android"
androidSDKPath="" androidNDKPath="" extraCompilerFlags="-mfpu=neon -mfloat-abi=hard -ffast-math -funroll-loops --param max-unroll-times=8 -mhard-float -D_NDK_MATH_NO_SOFTFP=1 -DJUCE_DISABLE_ASSERTIONS=1"
extraDefs="" extraLinkerFlags="" externalLibraries="" gradleToolchain="clang"
gradleToolchainVersion="3.6" buildToolsVersion="23.0.1">
gradleToolchainVersion="3.6" androidMinimumSDK="23">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" androidArchitectures="arm64-v8a" isDebug="1" optimisation="1"
targetName="AudioPerformanceTest"/>