Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / platform_tools / android / bin / android_setup.sh
index 65774e5..e97b045 100755 (executable)
@@ -23,6 +23,8 @@ while (( "$#" )); do
     shift
   elif [[ "$1" == "--release" ]]; then
     BUILDTYPE=Release
+  elif [[ "$1" == "--clang" ]]; then
+    USE_CLANG="true"
   else
     APP_ARGS=("${APP_ARGS[@]}" "${1}")
   fi