Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-06-16 10:31:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:39:53 +0300
commit3d4b180f21093b0e735a235c4f436b4ea8fbf2a8 (patch)
tree8b89bae3532d879b13f82b4f3716bd5e22d76fb9 /tools
parentbcebd9665a5154c4ccc54ba7b517208e6ba493b4 (diff)
[android] Remove World and othe stuff from assets. Download countries with search.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/android/update_assets.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/android/update_assets.sh b/tools/android/update_assets.sh
index 70bea1e7e1..7966a40b24 100755
--- a/tools/android/update_assets.sh
+++ b/tools/android/update_assets.sh
@@ -11,8 +11,7 @@ mkdir $DST
files=(about.html basic_ldpi.skn basic_mdpi.skn basic_hdpi.skn basic_xhdpi.skn categories.txt classificator.txt
types.txt fonts_blacklist.txt fonts_whitelist.txt languages.txt \
symbols_ldpi.png symbols_mdpi.png symbols_hdpi.png symbols_xhdpi.png unicode_blocks.txt \
- visibility.txt drules_proto.txt drules_proto.bin external_resources.txt packed_polygons.bin \
- WorldCoasts.mwm 01_dejavusans.ttf 02_wqy-microhei.ttf 03_jomolhari-id-a3d.ttf 04_padauk.ttf 05_khmeros.ttf 06_code2000.ttf)
+ visibility.txt drules_proto.txt drules_proto.bin external_resources.txt packed_polygons.bin)
for item in ${files[*]}
do
@@ -20,8 +19,7 @@ do
done
# Separate case for World and countries list files without search support
-ln -s $SRC/countries.txt.nosearch $DST/countries.txt
-ln -s $SRC/World.mwm.nosearch $DST/World.mwm
+ln -s $SRC/countries.txt $DST/countries.txt
# Call flag symlinks generation
./update_flags.sh