Closed
Bug 1780582
Opened 3 years ago
Closed 3 years ago
Work around android JNI generation issue in libwebrtc.
Categories
(Core :: WebRTC, task)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
106 Branch
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: ng, Assigned: ng)
References
Details
Attachments
(1 file)
libwebrtc uses gn to invoke gradle to invoke a script to produce a JNI wrapper for an enum. For now I think we can check in the generated file. We need to invoke that script from a build aware environment which we need to recreate.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → na-g
Status: NEW → ASSIGNED
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/13744a0c6efc
work around generating VideoFrameBufferType;r=mjf
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
| Assignee | ||
Comment 4•2 years ago
|
||
I have added a page[0] on the wiki documenting how this file was generated.
[0] https://wiki.mozilla.org/Libwebrtc_GYP_generated_Java_files
You need to log in
before you can comment on or make changes to this bug.
Description
•