diff options
author | djsollen <djsollen@google.com> | 2015-06-26 11:03:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-26 11:03:56 -0700 |
commit | 4e7956147ddc8fa9747064a1df9ecfa2983b19b4 (patch) | |
tree | 546b135b75a9b308ac4865c337cc9b9952d71295 /platform_tools | |
parent | 2aab22a58a366df4752c1cf0f004092c6e7be335 (diff) |
Android scripts now notify gyp that your building with clang
Review URL: https://codereview.chromium.org/1217443004
Diffstat (limited to 'platform_tools')
-rwxr-xr-x | platform_tools/android/bin/android_setup.sh | 1 |
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 |