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-11 02:29:12 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:39:38 +0300
commitd3edaffd4a240ca81b8382d3eab8423f08d9a6c6 (patch)
treed3d8a38d0576ba76c7cb6d2340113ca5fa6f646a /tools
parent6825b9e4824ac2febd0d77cb4952707a18fbc154 (diff)
[android] Temporary add mwm and ttf files to android apk.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/android/update_assets.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/android/update_assets.sh b/tools/android/update_assets.sh
index 8d68ff1ae1..70bea1e7e1 100755
--- a/tools/android/update_assets.sh
+++ b/tools/android/update_assets.sh
@@ -11,7 +11,8 @@ 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)
+ 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)
for item in ${files[*]}
do
@@ -20,6 +21,7 @@ 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
# Call flag symlinks generation
./update_flags.sh