summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-23 12:26:52 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-23 12:28:59 +0300
commitc02e838ec21408cd5ba70e0e7b53309411d49db2 (patch)
tree78b234861752bd7741e77be3e80d7a4ed2833de8 /config_host.mk.in
parent6737f12e0a4a10a591dcc780de586f205e094f2f (diff)
Factor out the Android APP_ABI sanely instead of copy-paste galore
Change-Id: I66e97d73c410ac6f2e481ba9b2b22183f57438bd
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index a3723abe0b37..b28cb7b03be4 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -15,6 +15,7 @@ export ANT=@ANT@
export ANT_HOME=@ANT_HOME@
export ANT_LIB=@ANT_LIB@
export ANCIENT_BISON=@ANCIENT_BISON@
+export ANDROID_APP_ABI=@ANDROID_APP_ABI@
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@