summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-02 15:23:44 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-02 15:26:25 +0300
commit7d528592ac756f5495b2fb300f4302cce89ca017 (patch)
treed32a367b23433c1b76610c051da7c9a3e43e2c27 /android
parenteea39218ca7c22e40b997b5efd0d9ea08e01090b (diff)
android: Keep the images_tango.zip name as is
Not sure why I used to store it as images.zip. Probably just a mistake. The code uses the images_tango.name.zip when trying to open it. Sure, no toolbar with images is displayed currently anyway, so having this file in the .apk is pointless, but there has been talk of reverting the disabling of toolbars, sigh. Change-Id: I12dfd3abe8f329d660b518f6b37904aa00423bc2
Diffstat (limited to 'android')
-rw-r--r--android/experimental/desktop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/experimental/desktop/Makefile b/android/experimental/desktop/Makefile
index 49937769075f..4d4fe6d4eb04 100644
--- a/android/experimental/desktop/Makefile
+++ b/android/experimental/desktop/Makefile
@@ -114,7 +114,7 @@ copy-stuff:
# ------------ Pieces not from DocumentLoader ------------
# tango artwork / icons
mkdir -p assets/share/config
- cp -R $(OUTDIR)/bin/images_tango.zip assets/share/config/images.zip
+ cp -R $(OUTDIR)/bin/images_tango.zip assets/share/config
# shell / splash images
mkdir -p assets/program
cp -r $(SRC_ROOT)/icon-themes/galaxy/brand/* assets/program