diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2024-07-01 10:44:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 10:44:24 +1000 |
commit | fb90b04e8d65c929499157cc99ec23351db7c6ff (patch) | |
tree | 6ae806929211c7a559a4df30ef0d72d86a1ba4f3 /tools | |
parent | d17ccd8ed22c9054ce60e771a2527f683bd28714 (diff) | |
parent | f2171d9ecfb356591b4b4dae727bc0361114706f (diff) |
Merge pull request #25418 from joseluismarti/android-makefile
[Android] Remove unused variables in makefile
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/packaging/Makefile.in | 3 |
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 |