pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.13k stars 447 forks source link

Some files are not generating like libboringssl.cr.so, libc++_shared.so etc. #244

Open Chandramouli-P opened 6 years ago

Chandramouli-P commented 6 years ago

Hello,

First, thank you for your effort in providing the build scripts and are really very helpful.

I tried to build WebRTC libraries for "armv8" and "x86_64" platforms. I noticed that some files are generating and some files are not generating.

Below files are generating: libjingle_peerconnection_so.so audio_device_java.jar base_java.jar libjingle_peerconnection.jar

Below files are not generating: libboringssl.cr.so libc++_shared.so libprotobuf_lite.cr.so libbase.cr.so

Console Log: https://pastebin.com/HH8a6ezL

Please suggest me what I am missing? Am I missing any dependencies? I installed BoringSSL library and tried again. But, even though, the above files are not generating.

Thanks in advance.

Regards, Chandramouli.

Chandramouli-P commented 6 years ago

Any help would be appreciated. Thank you.