diff --git a/tools/android/obb_make.sh b/tools/android/obb_make.sh deleted file mode 100755 index 2537c71f19..0000000000 --- a/tools/android/obb_make.sh +++ /dev/null @@ -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 diff --git a/tools/android/obb_make_and_push.sh b/tools/android/obb_make_and_push.sh deleted file mode 100755 index 7dcf790d07..0000000000 --- a/tools/android/obb_make_and_push.sh +++ /dev/null @@ -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