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:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/android/update_assets.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/android/update_assets.sh b/tools/android/update_assets.sh
index 76442c395b..8584c4e9cd 100755
--- a/tools/android/update_assets.sh
+++ b/tools/android/update_assets.sh
@@ -8,12 +8,10 @@ DST=../../android/assets
rm -rf $DST
mkdir $DST
-files=(01_dejavusans.ttf 02_wqy-microhei.ttf 03_jomolhari-id-a3d.ttf 04_padauk.ttf \
- 05_khmeros.ttf 06_code2000.ttf WorldCoasts.mwm about.html \
- basic_ldpi.skn basic_mdpi.skn basic_hdpi.skn basic_xhdpi.skn categories.txt classificator.txt
+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 packed_polygons.bin)
+ visibility.txt drules_proto.txt drules_proto.bin external_resources.txt)
for item in ${files[*]}
do
@@ -21,5 +19,4 @@ do
done
# Separate case for World and countries list files without search support
-ln -s $SRC/World.mwm.nosearch $DST/World.mwm
ln -s $SRC/countries.txt.nosearch $DST/countries.txt