123
edits
(Add output note) |
(added Priority.java to the list of generated files) |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 22: | Line 22: | ||
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> | <syntaxhighlight lang="Bash">${OUTPUT_DIR}/gen/sdk/android/video_api_java/generated_java/input_srcjars/org/webrtc/</syntaxhighlight> | ||
==== Which files are generated this way? ==== | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1780582 Bug 1780582] [https://searchfox.org/mozilla-central/source/third_party/libwebrtc/sdk/android/api/org/webrtc/VideoFrameBufferType.java VideoFrameBufferType.java] | |||
* [https://searchfox.org/mozilla-central/source/third_party/libwebrtc/sdk/android/api/org/webrtc/NetworkPreference.java NetworkPreference.java] | |||
* [https://searchfox.org/mozilla-central/source/third_party/libwebrtc/sdk/android/api/org/webrtc/Priority.java Priority.java] | |||
edits