summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-07-31 09:53:58 +0300
committerTor Lillqvist <tml@iki.fi>2012-07-31 09:55:08 +0300
commit963f417fa89746fe087f7b7e585edb79fdd3b14d (patch)
tree5c79869a9c5518f4a3f8fdcff82144a735e4f08f /config_host.mk.in
parent6e6564e60605dded9b0514b82c168e7f88f6e7db (diff)
More NDK r8b adaptation
Change-Id: Ic65795a1b7bfe0435292f87f27ae39e2c3069fed
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 52ec1fcad146..692601240268 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -16,6 +16,8 @@ export ANT_HOME=@ANT_HOME@
export ANT_LIB=@ANT_LIB@
export ANCIENT_BISON=@ANCIENT_BISON@
export ANDROID_NDK_HOME=@ANDROID_NDK_HOME@
+export ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR=@ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR@
+export ANDROID_NDK_GDBSERVER=@ANDROID_NDK_GDBSERVER@
export ANDROID_SDK_HOME=@ANDROID_SDK_HOME@
export AR=@AR@
export ATL_INCLUDE=@ATL_INCLUDE@