0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

Problem: Usage of ANDROID_BUILD_DIR not documented

Solution: Add usage and default value to README
This commit is contained in:
Kevin Sapper 2020-02-12 21:49:25 +01:00
parent e293b0b9b3
commit 67e6a8c233

View File

@ -22,6 +22,10 @@ To specify the minimum sdk version set the environment variable below:
export MIN_SDK_VERSION=21 # Default value if unset
To specify the prefix directory set the environment variable below:
export ANDROID_BUILD_DIR=./builds/android/prefix/<android_arch> # Default value if unset
## Build
In the android directory, run: