From 8f1efdf12eede425462e12cedf281b4e4b2e114c Mon Sep 17 00:00:00 2001 From: Josh Leivenzon Date: Thu, 30 Nov 2017 13:53:42 +0000 Subject: [PATCH] Remove the need for busybox --- .gitignore | 59 +++++++++++++++++++ .idea/misc.xml | 2 +- .../java/tk/superl2/ctroller/MainActivity.kt | 2 +- 3 files changed, 61 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5edb4ee..187a42a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.idea/ + *.iml .gradle /local.properties @@ -8,3 +10,60 @@ /build /captures .externalNativeBuild + +# Built application files +*.apk +*.ap_ + +# Files for the ART/Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ +out/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log + +# Android Studio Navigation editor temp files +.navigation/ + +# Android Studio captures folder +captures/ + +# Intellij +*.iml +.idea/workspace.xml +.idea/tasks.xml +.idea/gradle.xml +.idea/dictionaries +.idea/libraries + +# Keystore files +*.jks + +# External native build folder generated in Android Studio 2.2 and later +.externalNativeBuild + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Freeline +freeline.py +freeline/ +freeline_project_description.json + diff --git a/.idea/misc.xml b/.idea/misc.xml index 3963879..75dac50 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -24,7 +24,7 @@ - + diff --git a/app/src/main/java/tk/superl2/ctroller/MainActivity.kt b/app/src/main/java/tk/superl2/ctroller/MainActivity.kt index c5007bb..3e97364 100644 --- a/app/src/main/java/tk/superl2/ctroller/MainActivity.kt +++ b/app/src/main/java/tk/superl2/ctroller/MainActivity.kt @@ -27,7 +27,7 @@ class MainActivity : AppCompatActivity(), View.OnClickListener { Start().execute(applicationInfo.nativeLibraryDir) findViewById