aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzard <fuzzard@users.noreply.github.com>2022-11-04 13:17:38 +1000
committerGitHub <noreply@github.com>2022-11-04 13:17:38 +1000
commit7c2d58095d4537408d14d15635fd49e25940b8ed (patch)
treea750ca7c3e763de3243d3164436a29a9557d4317
parent46e174ce65ce6b11f64e97595091af4e8e08db79 (diff)
parent214e6e2d0134f3b069c216f59ebafe78e783709a (diff)
Merge pull request #22089 from joseluismarti/ndk-build
[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, 0 insertions, 8 deletions
diff --git a/tools/android/packaging/xbmc/jni/Android.mk b/tools/android/packaging/xbmc/jni/Android.mk
deleted file mode 100644
index a11b30a6ec..0000000000
--- a/tools/android/packaging/xbmc/jni/Android.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index b528a661be..0000000000
--- a/tools/android/packaging/xbmc/jni/Application.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-APP_PLATFORM := android-9
-APP_OPTIM = debug
-APP_ABI := armeabi-v7a
-# This would support both ARVMv5TE and ARMv7
-#APP_ABI := armeabi armeabi-v7a