Remove dependency between source_set and android_library.

GN and ninja were not complaining about this dependency, but C++ code
should not depend on Java code.

Bug: None
Change-Id: Ia7ba04837e6e20e8c3d961bd429a95727aadbf34
Reviewed-on: https://webrtc-review.googlesource.com/90871
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24133}
This commit is contained in:
Mirko Bonadei
2018-07-27 15:50:40 +02:00
committed by Commit Bot
parent f954ba5c11
commit f81ce94176

View File

@ -1366,7 +1366,6 @@ if (is_android) {
":native_api_jni",
":native_api_peerconnection",
":native_api_video",
":native_unittests_java",
":opensles_audio_device_module",
":video_jni",
"../../system_wrappers:system_wrappers",