android: Migrate to the Gradle build system
This uses a manual way to trigger the NDK build (the default with on-the-fly Android.mk files does not work for us).
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
bin/
|
||||
gen/
|
||||
libs/
|
||||
obj/
|
||||
.gradle/
|
||||
.idea/
|
||||
app/build/
|
||||
app/src/main/libs
|
||||
app/src/main/obj
|
||||
*.iml
|
||||
local.properties
|
||||
|
||||
Reference in New Issue
Block a user