diff options
author | David Wagner <david.wagner@intel.com> | 2014-10-24 16:39:06 +0200 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-10-24 16:53:01 +0200 |
commit | 0c872ff72b6b6c9e263942e5d7b1c2de12531fb4 (patch) | |
tree | 743c25d6e0b1543ca784371de71dd45331d6b6ca /parameter | |
parent | d15eee54ded5d6eb78a02af50f28f29fdd2350bb (diff) | |
download | external_parameter-framework-0c872ff72b6b6c9e263942e5d7b1c2de12531fb4.zip external_parameter-framework-0c872ff72b6b6c9e263942e5d7b1c2de12531fb4.tar.gz external_parameter-framework-0c872ff72b6b6c9e263942e5d7b1c2de12531fb4.tar.bz2 |
Android: Don't build libparameter with Clang
It does not compile yet; this issue will have to be tackled.
Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'parameter')
-rw-r--r-- | parameter/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/Android.mk b/parameter/Android.mk index bcb9739..de0aa73 100644 --- a/parameter/Android.mk +++ b/parameter/Android.mk @@ -163,6 +163,7 @@ LOCAL_C_INCLUDES := $(common_c_includes) LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) libdl LOCAL_STATIC_LIBRARIES := libxmlserializer libpfw_utility libxml2 +LOCAL_CLANG := false include external/stlport/libstlport.mk include $(BUILD_SHARED_LIBRARY) @@ -190,6 +191,7 @@ LOCAL_STATIC_LIBRARIES := libxmlserializer_host libpfw_utility_host libxml2-sche LOCAL_LDLIBS += -ldl +LOCAL_CLANG := false include $(BUILD_HOST_SHARED_LIBRARY) ################################ |