Created
October 10, 2015 15:35
-
-
Save liyinsg/be91666c73886f4eebc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install ant | |
mkdir $HOME/webrtc && cd $_ | |
export GYP_DEFINES="OS=android build_with_libjingle=1 build_with_chromium=0 libjingle_java=1 enable_tracing=1" | |
fetch webrtc_android | |
cd src | |
./build/install-build-deps-android.sh | |
gclient runhooks | |
. build/android/envsetup.sh | |
ninja -C out/Debug AppRTCDemo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment