-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Update build script for upgrading libwebrtc version m107 (#842)
* upgrade libwebrtc M96 * fix * replace python to python3 * use clang provided by chromium * apply patch to enable bitcode * Revert "use clang provided by chromium" This reverts commit ba4ce00. * Fix build errors due to interface changes in M96. NOTE: The webrtc.zip for the M96 version also needs to be updated to include these missing files. (For testing, I used the files locally from the M92 version) api/video_track_source_proxy.h api/proxy.h media/base/h264_profile_level_id.h * Fix typo * update libwebrtc m107 * fix build error when generating license file * fix * fix * fix build error on android * fix * fix * fix * fix * use_custom_libcxx=false * test * fix error * use_custom_libcxx=false * test * fix * revert * update image * fix * revert * wip * change image for linux build * fix build error * add patch file * disable use_custom_libcxx for android * remove is_java_debug * revert * downgrade JDK version * add is_java_debug * revert * revert * revert * revert Co-authored-by: Nishant Naveen <[email protected]>
- Loading branch information
Showing
14 changed files
with
528 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.