Last active
January 17, 2018 21:35
-
-
Save codlab/b7152a22874812f680daeead864c51a5 to your computer and use it in GitHub Desktop.
WebRTC Android
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
# 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