aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2015-06-26 11:03:56 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-26 11:03:56 -0700
commit4e7956147ddc8fa9747064a1df9ecfa2983b19b4 (patch)
tree546b135b75a9b308ac4865c337cc9b9952d71295 /platform_tools
parent2aab22a58a366df4752c1cf0f004092c6e7be335 (diff)
Android scripts now notify gyp that your building with clang
Diffstat (limited to 'platform_tools')
-rwxr-xr-xplatform_tools/android/bin/android_setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform_tools/android/bin/android_setup.sh b/platform_tools/android/bin/android_setup.sh
index c7b4ca6de6..efa5880932 100755
--- a/platform_tools/android/bin/android_setup.sh
+++ b/platform_tools/android/bin/android_setup.sh
@@ -31,6 +31,7 @@ while (( "$#" )); do
BUILDTYPE=Release
elif [[ "$1" == "--clang" ]]; then
USE_CLANG="true"
+ export GYP_DEFINES="skia_clang_build=1 $GYP_DEFINES"
elif [[ "$1" == "--logcat" ]]; then
LOGCAT=1
elif [[ "$1" == "--verbose" ]]; then