Skip to content

Instantly share code, notes, and snippets.

@liyinsg
Created October 10, 2015 15:35
Show Gist options
  • Save liyinsg/be91666c73886f4eebc5 to your computer and use it in GitHub Desktop.
Save liyinsg/be91666c73886f4eebc5 to your computer and use it in GitHub Desktop.
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