Commit 67e6a8c2 authored by Kevin Sapper's avatar Kevin Sapper

Problem: Usage of ANDROID_BUILD_DIR not documented

Solution: Add usage and default value to README
parent e293b0b9
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment