summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-15 07:47:37 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-15 09:13:07 +0300
commitd5dcd61f07632e7771947e26adea5d41d984c3ce (patch)
tree1d11f324b808d33a9093d5ddcf07be407518b040 /config_host.mk.in
parent9c3420d18173fd6c9380cf8ff7e2a4ad886e9e0b (diff)
ANDROID_NDK_HOME is not used outside configure.ac
Change-Id: I67b4ffa9c6cfe5558a9340495baad924aa16e11a
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index dd27847517ca..d02b14982c81 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -18,7 +18,6 @@ export ALL_LANGS=@ALL_LANGS@
export ANCIENT_BISON=@ANCIENT_BISON@
export ANDROID_APP_ABI=@ANDROID_APP_ABI@
export ANDROID_NDK_GDBSERVER=@ANDROID_NDK_GDBSERVER@
-export ANDROID_NDK_HOME=@ANDROID_NDK_HOME@
export ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR=@ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR@
export ANDROID_SDK_HOME=@ANDROID_SDK_HOME@
export ANT=@ANT@