apple2ix/Android
Aaron Culliney ab59b089d9 Revert to using GCC 4.9 toolchain for Android because GCC can x86!
- While LLVM/Clang appears to be very stable with codegen for ARM architectures, I have trust issues with Clang
      producing optimized codegen for the 32bit x86 architecture.
    - I have witnessed a number of examples where Clang generates invalid x86 code for both Chromium Breakpad and JSMN
      in this project, as well as similar issues discovered at the day job.  (This is for the LLVM toolchain in the
      latest NDK as well as previous ones)
2016-05-05 20:45:24 -07:00
..
.idea Changes insisted upon by Android Studio 2016-04-24 18:31:32 -07:00
app Add a few more crash tests for Android 2016-05-04 21:48:27 -07:00
assets Slight tweak to custom keyboard 2016-01-03 13:09:57 -08:00
gradle/wrapper Changes insisted upon by Android Studio 2016-04-24 18:31:32 -07:00
jni Revert to using GCC 4.9 toolchain for Android because GCC can x86! 2016-05-05 20:45:24 -07:00
misc Round the edges of Android icon 2015-10-25 10:56:08 -07:00
toolchain_edits deal with short writes 2016-01-04 20:33:35 -08:00
.classpath Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
Android.iml Changes insisted upon by AndroidStudio after upgrade 2015-08-27 21:41:04 -07:00
AndroidManifest.xml Remove build variants because they are confusing and incompatible with CLI ant builds which I still want to maintain 2015-09-05 14:08:21 -07:00
build.gradle Upgrade Android Studio 2016-05-03 21:05:49 -07:00
build.xml Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
gradle.properties Changes insisted upon by AndroidStudio after upgrade 2015-08-27 21:41:04 -07:00
gradlew Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
gradlew.bat Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
project.properties Compile against android-10 while we still care about Gingerbread ... nom nom nom 2015-09-27 15:04:10 -07:00
res Add proper icons to Android Studio project 2015-03-10 14:32:48 -07:00
run.sh Skeleton project for Android NDK 2015-02-16 08:47:26 -08:00
settings.gradle Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
src Android Studio appears to build and run the project 2015-03-10 14:20:58 -07:00