Closed
Bug 1780582
Opened 11 months ago
Closed 9 months 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•11 months ago
|
||
Updated•11 months 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•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
Assignee | ||
Comment 4•3 months 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
•