Skip to content

Instantly share code, notes, and snippets.

@codlab
Last active January 17, 2018 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codlab/b7152a22874812f680daeead864c51a5 to your computer and use it in GitHub Desktop.
Save codlab/b7152a22874812f680daeead864c51a5 to your computer and use it in GitHub Desktop.
WebRTC Android
# fetch and sync 21GB <3
fetch --nohooks webrtc_android
gclient sync
cd src
# generate makefiles
gn gen out/Debug --args='target_os="android" target_cpu="arm"'
# calls deps for android after running the deps for the current system
# sudo will be called
build/install-build-deps-android.sh
# build
ninja -C out/Debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment