Index: webrtc/examples/BUILD.gn |
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn |
index 7978f1367fdb53d6c55cdb221771a39553cb0c92..3d49bc3b99d72156e6ce5bc49a4aa4a37e78a0f4 100644 |
--- a/webrtc/examples/BUILD.gn |
+++ b/webrtc/examples/BUILD.gn |
@@ -62,6 +62,9 @@ if (is_android) { |
] |
shared_libraries = [ "../sdk/android:libjingle_peerconnection_so" ] |
+ |
+ # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 |
+ no_build_hooks = true |
} |
android_library("AppRTCMobile_javalib") { |
@@ -100,6 +103,9 @@ if (is_android) { |
"../sdk/android:libjingle_peerconnection_metrics_default_java", |
"androidapp/third_party/autobanh:autobanh_java", |
] |
+ |
+ # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 |
+ no_build_hooks = true |
} |
android_resources("AppRTCMobile_resources") { |
@@ -123,6 +129,9 @@ if (is_android) { |
"//third_party/android_support_test_runner:runner_java", |
"//third_party/junit", |
] |
+ |
+ # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 |
+ no_build_hooks = true |
} |
instrumentation_test_apk("AppRTCMobileTestStubbedVideoIO") { |
@@ -146,6 +155,9 @@ if (is_android) { |
data = [ |
"../../resources/reference_video_640x360_30fps.y4m", |
] |
+ |
+ # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 |
+ no_build_hooks = true |
} |
} |