diff options
author | Chris "koying" Browet <cbro@semperpax.com> | 2012-11-26 16:41:26 +0100 |
---|---|---|
committer | Chris "Koying" Browet <cbro@semperpax.com> | 2012-11-29 13:08:08 +0100 |
commit | 1b113906abeeaa2daaee8cdcae76b16b78d784a5 (patch) | |
tree | 3a33d32bf50a6b0c4a2a83ef42e209a7522e6b11 /tools/android/packaging/Makefile | |
parent | ce7fe441f5df8e33037e0c99f7824cd759bc391b (diff) |
[droid] use main splash png
Diffstat (limited to 'tools/android/packaging/Makefile')
-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 40071f80ee..37620b238b 100644 --- a/tools/android/packaging/Makefile +++ b/tools/android/packaging/Makefile @@ -59,6 +59,7 @@ extras: libs find `pwd`/xbmc/assets/system/ -name "*.so" -exec rm {} \; find `pwd`/xbmc/assets/addons/skin.*/media/* -depth -not -iname "Textures.xbt" -exec rm -rf {} \; cp -rfp $(PREFIX)/lib/python2.6 xbmc/assets/python2.6/lib/ + cp -rfp $(XBMCROOT)/media/Splash.png xbmc/res/drawable/splash.png cd xbmc/assets/python2.6/lib/python2.6/; rm -rf test config lib-dynload mkdir -p tmp/res; $(AAPT) c -S xbmc/res -C tmp/res; cp -r -n xbmc/res tmp/ || true $(AAPT) p -f -I $(SDKROOT)/platforms/$(SDK_PLATFORM)/android.jar -S tmp/res/ -M xbmc/AndroidManifest.xml -F images/xbmcapp-debug-skeleton.apk -J xbmc/src |