Chromium Code Reviews

Unified Diff: platform_tools/android/bin/android_make

Issue 22617002: Update Skia Android tools. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: platform_tools/android/bin/android_make
diff --git a/platform_tools/android/bin/android_make b/platform_tools/android/bin/android_make
index e5952e25bef5d098c094a9532280d29857f411e2..ad52d67bca62c1aa10abd0ba5cb5b43330813588 100755
--- a/platform_tools/android/bin/android_make
+++ b/platform_tools/android/bin/android_make
@@ -3,7 +3,7 @@
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $SCRIPT_DIR/android_setup.sh
-for arg in ${APP_ARGS}
+for arg in ${APP_ARGS[@]}
do
if [[ "${arg}" == "--use-ccache" ]];
then

Powered by Google App Engine