aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Marti <joseluis.marti@gmail.com>2022-11-06 13:17:36 +0100
committerGitHub <noreply@github.com>2022-11-06 13:17:36 +0100
commit967810ded539ab7726501018ef0445e8f2f2efcf (patch)
treea4e5bef7e85eed59f08a3c4aa73c76aa6193ae2b
parent1d187b372a294368c6d7e04dc7f0f7f84a90706c (diff)
Revert "[Android] ndk-build: delete Android.mk and Application.mk"
-rw-r--r--tools/android/packaging/xbmc/jni/Android.mk3
-rw-r--r--tools/android/packaging/xbmc/jni/Application.mk5
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/android/packaging/xbmc/jni/Android.mk b/tools/android/packaging/xbmc/jni/Android.mk
new file mode 100644
index 0000000000..a11b30a6ec
--- /dev/null
+++ b/tools/android/packaging/xbmc/jni/Android.mk
@@ -0,0 +1,3 @@
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+LOCAL_MODULE := xbmc
diff --git a/tools/android/packaging/xbmc/jni/Application.mk b/tools/android/packaging/xbmc/jni/Application.mk
new file mode 100644
index 0000000000..b528a661be
--- /dev/null
+++ b/tools/android/packaging/xbmc/jni/Application.mk
@@ -0,0 +1,5 @@
+APP_PLATFORM := android-9
+APP_OPTIM = debug
+APP_ABI := armeabi-v7a
+# This would support both ARVMv5TE and ARMv7
+#APP_ABI := armeabi armeabi-v7a