Skip to content
Snippets Groups Projects
Commit c22b175c authored by Emeric Vigier's avatar Emeric Vigier
Browse files

#14283: compile and use only shared expat library

parent 33b408c4
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ APP_OPTIM := release
APP_MODULES := libccgnu2
APP_MODULES += libyaml
APP_MODULES += libsamplerate
APP_MODULES += libexpat_static
#APP_MODULES += libexpat_static
APP_MODULES += libexpat_shared
APP_MODULES += libccrtp1
#APP_MODULES += libcutils-static
......
......@@ -14,8 +14,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include \
# FIXME Android NDK cannot build host tool, android sources needed...
LOCAL_MODULE := dbusxx-xml2cpp
LOCAL_CFLAGS += -Wall
LOCAL_STATIC_LIBRARIES += libexpat
LOCAL_LDFLAGS += -lexpat
LOCAL_SHARED_LIBRARIES += libexpat
include $(BUILD_EXECUTABLE)
......@@ -30,8 +29,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include
LOCAL_MODULE := dbusxx-introspect
LOCAL_CFLAGS += -Wall
LOCAL_STATIC_LIBRARIES += libdbus-c++-1
LOCAL_LDFLAGS += -ldbus-c++-1
LOCAL_SHARED_LIBRARIES += libdbus-c++-1
include $(BUILD_EXECUTABLE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment