Libwebrtc GYP generated Java files: Difference between revisions

Jump to navigation Jump to search
Add output note
(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/
gn gen out/Debug --args='target_os="android" target_cpu="arm"'
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>
139

edits

Navigation menu