zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.71k stars 2.35k forks source link

Problem: Android build environment variables need clarifications. #4443

Closed stephan57160 closed 2 years ago

stephan57160 commented 2 years ago

Reason: All are spread and initialized throughout the code.

Solution: Declare, initialize and document environment variables on top of build.sh.

Benefit: This participates to documentation.

stephan57160 commented 2 years ago

4 or 5 more COMMIT still in the pipe, trying to bring some enhancements with no breaking changes in ANDROID CI build tools.

I keep last one to update the related Android CI build README.

stephan57160 commented 2 years ago

Some more fixed, in existing code, with last commit (only Android CI build tools are checked, modified & fixed).

stephan57160 commented 2 years ago

On my side, there are no more reported warnings. I just hope both shell checker won't conflict :-)