aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJose Luis Marti <joseluis.marti@gmail.com>2024-04-23 18:01:43 +0200
committerJose Luis Marti <joseluis.marti@gmail.com>2024-04-27 16:11:50 +0200
commit6179ce5b466b029669b8c05f926ef5df3ff31428 (patch)
treeda674d4bb6c93f4eac5a5386ff90e13345484003 /tools
parent842696863fd373e5e0d6d5b9f50ab7bee1b649e0 (diff)
downloadxbmc-6179ce5b466b029669b8c05f926ef5df3ff31428.tar.xz
Unneeded 'images' directory'
Diffstat (limited to 'tools')
-rw-r--r--tools/android/packaging/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/android/packaging/Makefile.in b/tools/android/packaging/Makefile.in
index 2501ff5522..8db4ecf3a1 100644
--- a/tools/android/packaging/Makefile.in
+++ b/tools/android/packaging/Makefile.in
@@ -60,7 +60,7 @@ python: | xbmc/assets
cd xbmc/assets/python@PYTHON_VERSION@/lib/python@PYTHON_VERSION@/; rm -rf test config config-@PYTHON_VERSION@ lib-dynload ; find . -name "*.so" -exec rm -f {} \;
res:
- mkdir -p xbmc/res xbmc/res/values images
+ mkdir -p xbmc/res xbmc/res/values
cp -rfp media/mipmap-* xbmc/res/
cp -fp $(CMAKE_SOURCE_DIR)/media/applaunch_screen.png xbmc/res/drawable/
cp -fp $(CMAKE_SOURCE_DIR)/media/applaunch_screen.png xbmc/res/drawable-xxxhdpi/
@@ -102,7 +102,6 @@ $(PREFIX)/lib/xbmc/lib@APP_NAME_LC@.so: $(SRCLIBS)
$(SRCLIBS):
apk-clean:
- rm -rf images
rm -rf xbmc/java
rm -rf xbmc/lib
rm -rf xbmc/assets