summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2016-09-16 13:34:06 -0400
committerBrad Leege <brad@mapbox.com>2016-09-16 10:34:06 -0700
commit36076a1d6de1e81623bd00e48cd1c5b16b769e43 (patch)
treeebb9a9f4d66f297141f0d1df203a2df44dad298c
parentad35cccdbc5dc3b204844d37b13ec6037fe05887 (diff)
downloadqtlocation-mapboxgl-36076a1d6de1e81623bd00e48cd1c5b16b769e43.tar.gz
[android] Move unused icon burning script to Android folder (#6310)
Trying the new Squash and Merge Green Button functionality. I'm told that FF is now enabled, but haven't seen firsthand until now.
-rwxr-xr-xplatform/android/MapboxGLAndroidSDKTestApp/update_icons.sh (renamed from update_icons.sh)4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_icons.sh b/platform/android/MapboxGLAndroidSDKTestApp/update_icons.sh
index 5e0ac5b957..ef5213d4f9 100755
--- a/update_icons.sh
+++ b/platform/android/MapboxGLAndroidSDKTestApp/update_icons.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if [[ -z `which iconoblast` ]]; then
- echo "Requires https://github.com/mapbox/iconoblast!"
+ echo "Requires https://github.com/mapbox/iconoblast"
exit 1
fi
@@ -10,7 +10,7 @@ branch=`git rev-parse --abbrev-ref HEAD`
repo=`git remote show origin | grep 'Fetch URL' | sed -e 's/.*github\.com:mapbox\///' -e 's/\.git$//' -e 's/^mapbox-//'`
pwd=`pwd`
-cd platform/android/java/app/src/main/res
+cd src/main/res
for folder in `find . -maxdepth 1 -type d -name drawable-\*`
do
cd ${folder}