aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJose Luis Marti <joseluis.marti@gmail.com>2024-06-30 23:47:42 +0200
committerJose Luis Marti <joseluis.marti@gmail.com>2024-06-30 23:47:42 +0200
commitf2171d9ecfb356591b4b4dae727bc0361114706f (patch)
tree568750e949182fbfbca83b1eb0e8fd46bb7129fa /tools
parent8356d6baca545568dab60124f35edb6ed5560dc3 (diff)
Remove unused variables in makefile
Diffstat (limited to 'tools')
-rw-r--r--tools/android/packaging/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/android/packaging/Makefile.in b/tools/android/packaging/Makefile.in
index ca3c5c784a..d0e9d3cc7a 100644
--- a/tools/android/packaging/Makefile.in
+++ b/tools/android/packaging/Makefile.in
@@ -9,7 +9,6 @@ EXCLUDED_ADDONS =
CMAKE_SOURCE_DIR = $(shell cd $(CURDIR)/../../..; pwd)
APP_PACKAGE_DIR = $(subst .,/,@APP_PACKAGE@)
-COPYDIRS = system addons media
ifeq ($(KODI_ANDROID_STORE_FILE),)
export KODI_ANDROID_STORE_FILE:=$(HOME)/.android/debug.keystore
@@ -31,8 +30,6 @@ endif
STLLIB=$(TOOLCHAIN)/sysroot/usr/lib/$(HOST)/libc++_shared.so
SRCLIBS = $(addprefix $(PREFIX)/lib/,$(OBJS))
-DSTLIBS = $(CPU)/lib/lib@APP_NAME_LC@.so $(addprefix $(CPU)/lib/,$(OBJS))
-libs= $(DSTLIBS)
all: apk