Index: all.gyp |
diff --git a/all.gyp b/all.gyp |
index abf6e6860d16935b4cb6fe9f044addc571304fe3..238229063e6a6be66222adda2afcb522b2edc6fb 100644 |
--- a/all.gyp |
+++ b/all.gyp |
@@ -36,6 +36,11 @@ |
'<(webrtc_vp9_dir)/vp9.gyp:*', |
], |
'conditions': [ |
+ ['OS=="android" and build_with_chromium==0', { |
+ 'dependencies': [ |
+ 'webrtc/api/api_java.gyp:*', |
+ ], |
+ }], |
['include_tests==1', { |
'includes': [ |
'webrtc/webrtc_tests.gypi', |