summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorAlvaro Soliverez <alvaro.soliverez@collabora.co.uk>2012-02-23 00:19:12 -0300
committerAlvaro Soliverez <alvaro.soliverez@collabora.co.uk>2012-02-23 08:48:12 -0300
commita842971ca3c1aa11c3495fd88ddcad89eee321c0 (patch)
tree6ab9e17b58aecd45ed430dc668719b2d147e93d8 /Android.mk
parentfe007161af92fc84875610752b7cf7ca2ca4d1d1 (diff)
downloadtelepathy-salut-a842971ca3c1aa11c3495fd88ddcad89eee321c0.tar.gz
Fix Android build after plugin library refactor
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index a87e4984..2cea25d2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,7 +18,7 @@ telepathy-salut-configure-real:
PKG_CONFIG_LIBDIR=$(CONFIGURE_PKG_CONFIG_LIBDIR) \
PKG_CONFIG_TOP_BUILD_DIR=$(PKG_CONFIG_TOP_BUILD_DIR) \
$(TELEPATHY_SALUT_TOP)/$(CONFIGURE) --host=arm-linux-androideabi \
- --disable-submodules \
+ --disable-submodules --disable-python --disable-avahi-tests \
--disable-Werror && \
for file in $(TELEPATHY_SALUT_BUILT_SOURCES); do \
rm -f $$file && \