[android] Removed obsolete bash scripts for obb creation.

This commit is contained in:
Dmitry Yunitsky 2015-11-11 15:14:41 +03:00
parent c83bde1353
commit 861af8c90e
2 changed files with 0 additions and 11 deletions

View file

@ -1,3 +0,0 @@
cd ../../data
zip -0 ../tools/android/fonts.obb 01_dejavusans.ttf 02_droidsans-fallback.ttf 03_jomolhari-id-a3d.ttf 04_padauk.ttf 05_khmeros.ttf 06_code2000.ttf
zip -0 ../tools/android/world.obb World.mwm WorldCoasts.mwm

View file

@ -1,8 +0,0 @@
./obb_make.sh
adb shell "mkdir /mnt/sdcard/Android/obb/com.mapswithme.maps.pro"
adb push fonts.obb /mnt/sdcard/Android/obb/com.mapswithme.maps.pro/fonts.obb
adb push world.obb /mnt/sdcard/Android/obb/com.mapswithme.maps.pro/world.obb
rm fonts.obb
rm world.obb