diff options
Diffstat (limited to 'bindings/python/Android.mk')
-rw-r--r-- | bindings/python/Android.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bindings/python/Android.mk b/bindings/python/Android.mk index 0558344..977ffb7 100644 --- a/bindings/python/Android.mk +++ b/bindings/python/Android.mk @@ -38,6 +38,11 @@ include $(CLEAR_VARS) LOCAL_MODULE := _PyPfw LOCAL_CPP_EXTENSION := .cxx +# As long as the parameter-framework is compiled with gcc, we must avoid +# compiling the bindings with clang and compile with gcc instead. +LOCAL_CLANG := false +# Android only provides a 32bit version of python. +LOCAL_32_BIT_ONLY := true LOCAL_SHARED_LIBRARIES := libparameter_host LOCAL_STATIC_LIBRARIES := libxmlserializer_host |