aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzard <fuzzard@users.noreply.github.com>2022-11-07 06:19:24 +1000
committerGitHub <noreply@github.com>2022-11-07 06:19:24 +1000
commitbdb7465b0761225e6b33ec7d83e5a05e21cfcf8f (patch)
treef8009d784590ebb141b24711cffd3eabbf4e27db
parente9970c9a00eba8984687f542dcc3218121383ba8 (diff)
parent967810ded539ab7726501018ef0445e8f2f2efcf (diff)
Merge pull request #22100 from joseluismarti/revert-22089-ndk-build
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