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 helpers have duplicate init code. #4452

Closed stephan57160 closed 1 year ago

stephan57160 commented 1 year ago

Last PRs introduced a duplicate code in Android helper file. Duplicate "Initialisation" sequence can be observed after the helper functions:

########################################################################
# Initialization

...

# (Empty string indicates no failure)
ANDROID_BUILD_FAIL=()

Seen when trying to report last LIBZMQ Android PRs to CZMQ & ZYRE.

Solution: Remove the duplicate code.