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.12k stars 448 forks source link

Support Android x86 ABI #15

Closed wancw closed 10 years ago

wancw commented 10 years ago

This allow to build libjingle_peerconnection_so.so for x86 ABI, like:

get_webrtc # seperated from build_apprtc

export WEBRTC_ARCH=x86
build_apprtc

It also simplify the build function by introducing $WEBRTC_DEBUG. For more information, please see the updated README.

aaalaniz commented 10 years ago

Looks good to me. Sorry for the delay. Will merge in soon.

thebehera commented 10 years ago

Thanks for the contribution @wancw !