Index: webrtc/modules/audio_device/BUILD.gn |
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn |
index 077034ba8789da359746affa8f2be4af737c7a85..22941484b2df4dec5bdb5a17f7f7fd095e7141be 100644 |
--- a/webrtc/modules/audio_device/BUILD.gn |
+++ b/webrtc/modules/audio_device/BUILD.gn |
@@ -7,11 +7,6 @@ |
# be found in the AUTHORS file in the root of the source tree. |
import("../../build/webrtc.gni") |
- |
-if (is_android) { |
- import("//build/config/android/config.gni") |
- import("//build/config/android/rules.gni") |
-} |
config("audio_device_config") { |
include_dirs = [ |
@@ -301,16 +296,3 @@ |
public_configs = [ ":audio_device_config" ] |
} |
} |
- |
-if (is_android) { |
- android_shared_srcjar("audio_device_java") { |
- sources = [ |
- "android/java/src/org/webrtc/voiceengine/BuildInfo.java", |
- "android/java/src/org/webrtc/voiceengine/WebRtcAudioEffects.java", |
- "android/java/src/org/webrtc/voiceengine/WebRtcAudioManager.java", |
- "android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java", |
- "android/java/src/org/webrtc/voiceengine/WebRtcAudioTrack.java", |
- "android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java", |
- ] |
- } |
-} |