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
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-11-11 15:14:41 +0300
committerDmitry Yunitsky <yunik@mapswithme.com>2015-11-16 12:40:41 +0300
commit861af8c90e493829280a43a587c95d2f86615e3e (patch)
tree3cb576c0691069e5f505f0a1afa82ed99ad540c4 /tools/android
parentc83bde135315e636031e0de729eaee7f295fca92 (diff)
[android] Removed obsolete bash scripts for obb creation.
Diffstat (limited to 'tools/android')
-rwxr-xr-xtools/android/obb_make.sh3
-rwxr-xr-xtools/android/obb_make_and_push.sh8
2 files changed, 0 insertions, 11 deletions
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