summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-20 13:20:13 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-20 13:25:35 +0200
commitdd013e7a6f68ab144ce2330ca139cd5d5e80e479 (patch)
treea4c9a4009d2a37dc75a6519df4ee25b239c9b77c /config_host.mk.in
parenta52146c8eaaea54ded167e20fcae9ad840c4a5cf (diff)
Improve Android configury
Add a --with-android-sdk switch, and make that and the --with-android-ndk mandatory when building for Android. Automatically create a proper android/sc/qa/local.properties file (which points to the SDK) for Ant. Restore the Android ARM code generation related flags that I think we want to use (that used to be mentioned in README.cross but were accidentally dropped) to the automated setting of CC and CXX.
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 9bd874dd1647..7087cb4b20ac 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -12,6 +12,7 @@ export ALIGNOF_SHORT="@ALIGNOF_SHORT@"
export ALLOC="@ALLOC@"
export ANCIENT_BISON="@ANCIENT_BISON@"
export ANDROID_NDK_HOME="@ANDROID_NDK_HOME@"
+export ANDROID_SDK_HOME="@ANDROID_SDK_HOME@"
export AR="@AR@"
export AWTLIB='@AWTLIB@'
export BARCODE_EXTENSION_PACK="@BARCODE_EXTENSION_PACK@"