Closed
Bug 1377357
Opened 8 years ago
Closed 8 years ago
[geckoview] Build WebRTC files as part of AAR
Categories
(GeckoView :: General, enhancement)
GeckoView
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: snorp, Unassigned)
Details
Attachments
(1 file)
They're currently commented out due to them using stuff that was only in Fennec, but I believe those issues are sorted out.
| Comment hidden (mozreview-request) |
Updated•8 years ago
|
Attachment #8882458 -
Flags: review?(nchen) → review?(nalexander)
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8882458 [details]
Bug 1377357 - Build WebRTC with the GeckoView AAR
https://reviewboard.mozilla.org/r/153580/#review158868
I don't think this is quite correct: the WebRTC sources have moved forward. See http://searchfox.org/mozilla-central/rev/17ebac68112bd635b458e831670c1e506ebc17ad/mobile/android/base/moz.build#331-333, which has:
```
base_root = TOPSRCDIR + '/media/webrtc/trunk/webrtc/base/java/src/org/webrtc/'
video_capture_root = TOPSRCDIR + '/media/webrtc/trunk/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/'
audio_root = TOPSRCDIR + '/media/webrtc/trunk/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/'
```
So there's no reference to `video_render` in `moz.build`. Also, I think your first `srcDir` will not have the right packages in the IDE; you should drop the `org/webrtc` (and you should `exclude` if there are packages in there you _don't_ want).
Attachment #8882458 -
Flags: review?(nalexander) → review-
| Reporter | ||
Comment 3•8 years ago
|
||
This got fixed somewhere else.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox for Android → GeckoView
You need to log in
before you can comment on or make changes to this bug.
Description
•