Index: webrtc/modules/audio_device/BUILD.gn |
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn |
index de9096ee6ff16c98017e91f375e91da116803196..b90e6c3366b4f64aba8c0273e11058f99e09183c 100644 |
--- a/webrtc/modules/audio_device/BUILD.gn |
+++ b/webrtc/modules/audio_device/BUILD.gn |
@@ -358,6 +358,7 @@ if (!build_with_chromium && is_android) { |
"android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java", |
] |
deps = [ |
+ "//base:base_java", |
"//webrtc/base:base_java", |
] |
} |