[ion/simulator/android] Use ANDROID_HOME to point to the Android SDK

This commit is contained in:
Romain Goyet
2019-09-27 11:30:03 +02:00
committed by EmilieNumworks
parent 162d857a65
commit 31daf5ff8f
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
NDK_PATH ?= /usr/local/android/ndk-bundle
ANDROID_HOME ?= /usr/local/android
NDK_PATH ?= $(ANDROID_HOME)/ndk-bundle
ifeq ($(HOST),macos)
NDK_HOST_TAG ?= darwin-x86_64