diff options
author | Chris Browet <koying@semperpax.com> | 2013-11-18 02:11:09 -0800 |
---|---|---|
committer | Chris Browet <koying@semperpax.com> | 2013-11-18 02:11:09 -0800 |
commit | b67e29a322d40f378f478948ced1327cf40d6532 (patch) | |
tree | 4797b63e346b214cc505db83fa3a9cf4005003f2 /tools | |
parent | c5fdafe8378bbdda15cc5b225935fe1c1e1b0393 (diff) | |
parent | 71493aaaac6d68362622862a70c65c5aa2751b8b (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/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/ |