139
edits
(Adding build info) |
(Add output note) |
||
| Line 18: | Line 18: | ||
./install-build-deps-android.sh | ./install-build-deps-android.sh | ||
cd ~/dev/google/webrtc_android/src/ | cd ~/dev/google/webrtc_android/src/ | ||
OUTPUT_DIR=out/Debug | |||
gn gen ${OUTPUT_DIR} --args='target_os="android" target_cpu="arm"' | |||
autoninja -C out/Debug | autoninja -C out/Debug | ||
</syntaxhighlight> | </syntaxhighlight> | ||
* Where do the generated files end up in the upstream libwebrtc build? | |||
<syntaxhighlight lang="Bash">${OUTPUT_DIR}/gen/sdk/android/video_api_java/generated_java/input_srcjars/org/webrtc/</syntaxhighlight> | |||
edits