webrtc-sdk / android

WebRTC pre-compiled library for android.
MIT License
151 stars 23 forks source link

Open source compile scripts? #8

Closed BenniHackstock closed 1 year ago

BenniHackstock commented 1 year ago

First of all, huge thanks for the compiled binaries, it's a big help for the app I'm developing ❤️

The situation (and request) I have is the following: we would like to make some small adjustment to the sourcecode, but haven't gotten around to writing the scrips/logic that compiles webrtc for android ourselves.

Would you consider open-sourcing the build scripts you use? If there is something I can help with, please let me know

davidzhao commented 1 year ago

The build scripts are here. Take a look at the CI workflows for how they could be run.