diff options
author | Chris "Koying" Browet <cbro@semperpax.com> | 2013-11-17 10:38:53 +0100 |
---|---|---|
committer | Chris "Koying" Browet <cbro@semperpax.com> | 2013-11-17 10:40:36 +0100 |
commit | 71493aaaac6d68362622862a70c65c5aa2751b8b (patch) | |
tree | 89bba3cc578a4838c27cd0f39cf4c4dcf5786b65 /tools | |
parent | f8b91176199b7b8f5a673479a37d0caa4d0dd06d (diff) |
FIX: [droid] do not package non-standard joystick keymap
Diffstat (limited to 'tools')
-rw-r--r-- | tools/android/packaging/Makefile | 1 |
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/ |