aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Browet <koying@semperpax.com>2013-11-18 02:11:09 -0800
committerChris Browet <koying@semperpax.com>2013-11-18 02:11:09 -0800
commitb67e29a322d40f378f478948ced1327cf40d6532 (patch)
tree4797b63e346b214cc505db83fa3a9cf4005003f2 /tools
parentc5fdafe8378bbdda15cc5b225935fe1c1e1b0393 (diff)
parent71493aaaac6d68362622862a70c65c5aa2751b8b (diff)
Merge pull request #3664 from koying/quickpr
FIX: [droid] do not package non-standard joystick keymap
Diffstat (limited to 'tools')
-rw-r--r--tools/android/packaging/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/android/packaging/Makefile b/tools/android/packaging/Makefile
index 74a2efa156..fce27c8e27 100644
--- a/tools/android/packaging/Makefile
+++ b/tools/android/packaging/Makefile
@@ -74,6 +74,7 @@ extras: libs
find `pwd`/xbmc/assets/ -depth -name ".git" -exec rm -rf {} \;
find `pwd`/xbmc/assets/system/ -name "*.so" -exec rm {} \;
find `pwd`/xbmc/assets/addons/skin.*/media/* -depth -not -iname "Textures.xbt" -exec rm -rf {} \;
+ find `pwd`/xbmc/assets/system/keymaps/ -depth -name "joystick*.xml" ! -name "joystick.xml" -exec rm {} \;
@echo "native_arch=$(ARCH)" > xbmc/res/raw/xbmc.properties
cd xbmc/assets/addons; rm -rf $(EXCLUDED_ADDONS)
cp -rfp $(PREFIX)/lib/python2.6 xbmc/assets/python2.6/lib/