aboutsummaryrefslogtreecommitdiff
path: root/tools/android/packaging/Makefile
diff options
context:
space:
mode:
authorChris "koying" Browet <cbro@semperpax.com>2012-11-26 16:41:26 +0100
committerChris "Koying" Browet <cbro@semperpax.com>2012-11-29 13:08:08 +0100
commit1b113906abeeaa2daaee8cdcae76b16b78d784a5 (patch)
tree3a33d32bf50a6b0c4a2a83ef42e209a7522e6b11 /tools/android/packaging/Makefile
parentce7fe441f5df8e33037e0c99f7824cd759bc391b (diff)
[droid] use main splash png
Diffstat (limited to 'tools/android/packaging/Makefile')
-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 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