dolphin/Source/Android
Ryan Houdek a39eee28e9 Fix a typo in the Android cmake toolchain script.
This was a fairly recent update that went unnoticed because it uses a cached variable.
When I previously updated Android cmake I didn't noticed this.
Basically the issue was that Android cmake was no longer setting ${LIBRARY_OUTPUT_PATH_ROOT}
and instead only setting it to ${CMAKE_SOURCE_DIR} if it was passed a variable.

Same PR is open on the android cmake repo here https://github.com/taka-no-me/android-cmake/pull/37
2015-02-24 02:58:55 -06:00
..
.settings [Android] Change the .settings file to target Java 1.6 instead of 1.5. 2013-08-22 07:39:11 -04:00
assets [Android] No longer carry a default configuration file. 2015-01-26 00:49:24 -06:00
jni Update the ant files to build the APK from terminal 2013-04-18 23:26:00 -05:00
libs [Android] Remove SimonVT menudrawer library. Move to Google's support library for their navigation drawer support. Overall cleanup. 2013-06-22 07:45:05 -05:00
res [Android] Expose aspect ratio to the video settings. 2015-01-18 15:21:40 -06:00
src/org/dolphinemu/dolphinemu [Android] Fix ignore format changes option. 2015-02-18 16:27:37 -06:00
.classpath [Android] Ensure that required dependencies are actually exported along with everything else when the Android version builds. Without this, the support libs will not export and cause the emulator to crash upon being executed. 2013-08-17 12:26:43 -04:00
.gitignore Android: Ignore some generated files. 2014-11-30 22:52:22 -08:00
.project Change Android project name to dolphin emulator 2013-04-24 09:00:14 -05:00
AndroidManifest.xml [Android] Add internet permissions. 2015-01-23 23:15:56 -06:00
android.toolchain.cmake Fix a typo in the Android cmake toolchain script. 2015-02-24 02:58:55 -06:00
build.gradle Updates the gradle build file to the latest needed for Android Studio. 2014-12-20 19:01:40 -06:00
build.xml Android mega commit of trash. 2013-03-19 21:53:09 -05:00
custom_rules.xml [Android] Hopefully fix buildbot's ant build. 2013-08-20 15:41:11 -05:00
project.properties Upgrade Android API. 2014-01-28 23:35:13 +00:00