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:41:26 +0000 (00:41 +0100)
commit6b4f989233c7eb22e40106cc77e3007eb223bf4c
tree58d9e04259e63ba196d7e016c19b7dc58e43b71b
parent2d190d646cdd8e553fb02e21141b8845fedd5bf6
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)

(cherry picked from commit 6e826c471b7f0431391a4e9f9484f6ea2833774a)
Configurations/15-android.conf
NOTES.ANDROID