119
edits
(fix error in how to apply patch) |
(add info on patch to apply to reconcile vendored code) |
||
Line 87: | Line 87: | ||
=== verify current vendoring scripts cmd-line params === | === verify current vendoring scripts cmd-line params === | ||
* Vendor libwebrtc (a93c2d1df066) | * Vendor libwebrtc (a93c2d1df066) | ||
:- The following commands produce a93c2d1df066 with some changes that were checked in on the same commit. | :- The following commands produce a93c2d1df066 with some changes that were checked in on the same commit. After running the command below, apply the following patch to match the moz-central commit: [[File:Vendor-fixup.patch.zip]] | ||
cd dom/media/webrtc/third_party_build | cd dom/media/webrtc/third_party_build | ||
python3 vendor-libwebrtc.py \ | python3 vendor-libwebrtc.py \ |
edits