forked from organicmaps/organicmaps
[android] Temporary add mwm and ttf files to android apk.
This commit is contained in:
parent
6825b9e482
commit
d3edaffd4a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue