Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 05e2e1930626c20612e8cd7114d4a82bf72cd4e1..6aadddb42a7e682b7cea3f21516d8f5c95a76945 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -156,7 +156,7 @@ config("common_config") { |
# TODO(kjellander): Handle warnings on Windows where WebRTC differ from the |
pbos-webrtc
2015/09/07 08:27:28
(Should this TODO be here?)
kjellander_webrtc
2015/09/07 10:57:10
No, it comes from the time when I created the GN c
|
# default warnings set in build/config/compiler/BUILD.gn. |
- if (is_android && is_clang) { |
+ if (is_android && !is_clang) { |
# The Android NDK doesn"t provide optimized versions of these |
# functions. Ensure they are disabled for all compilers. |
cflags += [ |