Android build: use ANDROID_NDK_HOME rather than ANDROID_NDK
authorRichard Levitte <levitte@openssl.org>
Mon, 28 Jan 2019 13:53:19 +0000 (14:53 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 28 Jan 2019 23:40:20 +0000 (00:40 +0100)
commit6e826c471b7f0431391a4e9f9484f6ea2833774a
treec90a93bc14bc4f0af786efc7a5f1d6156393f556
parente85d19c68e7fb3302410bd72d434793e5c0c23a0
Android build: use ANDROID_NDK_HOME rather than ANDROID_NDK

It apepars that ANDROID_NDK_HOME is the recommended standard
environment variable for the NDK.

We retain ANDROID_NDK as a fallback.

Fixes #8101

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8103)
Configurations/15-android.conf
NOTES.ANDROID