Chromium Code Reviews| Index: webrtc/modules/audio_device/BUILD.gn |
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn |
| index cffc0c18affb3c0e406cae3209bc90092b379115..87cf8d5f955d389e835c465111cc2a9126b19c5f 100644 |
| --- a/webrtc/modules/audio_device/BUILD.gn |
| +++ b/webrtc/modules/audio_device/BUILD.gn |
| @@ -357,5 +357,8 @@ if (!build_with_chromium && is_android) { |
| deps = [ |
| "../../rtc_base:base_java", |
| ] |
| + |
| + # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 |
| + no_build_hooks = true |
| } |
| } |