0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Merge pull request #4452 from stephan57160/master

Problem: Android helpers have duplicate init code.
This commit is contained in:
Luca Boccassi 2022-10-27 16:09:27 +02:00 committed by GitHub
commit 8d4f4efef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -500,19 +500,6 @@ fi
# (Empty string indicates no failure)
ANDROID_BUILD_FAIL=()
########################################################################
# Initialization
########################################################################
# Get directory of current script (if not already set)
# This directory is also the basis for the build directories the get created.
if [ -z "$ANDROID_BUILD_DIR" ]; then
ANDROID_BUILD_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
fi
# Set up a variable to hold the global failure reasons, separated by newlines
# (Empty string indicates no failure)
ANDROID_BUILD_FAIL=()
########################################################################
# Sanity checks
########################################################################