AppRTCDemo icon indicating copy to clipboard operation
AppRTCDemo copied to clipboard

Revision 13665 has dependencies for libc++_shared, boring ssl, etc

Open TheLester opened this issue 8 years ago • 0 comments

I tried to build revision 13665 (https://chromium.googlesource.com/external/webrtc/+/968c9ccfe80f6f0d64991d5e997ce74774381dfa) by myself - and libjingle_peerconnection_so.so depends on libc++_shared, boring ssl, protobuf_lite. Besides some classes in libjingle_peerconnection_java.jar use classes from base_java.jar (Logging.class for example). But in your commit you have only libjingle_peerconnection_so.so and libjingle_peerconnection.jar. Can you explain how thats possible, maybe this is another revision, not 13665, or maybe you changed files by yourself to cut this dependencies.

TheLester avatar Sep 22 '16 10:09 TheLester