build libxml2 statically

rename it to liblpxml2 (libxml2 is part of android system already).
This commit is contained in:
Simon Morlat 2013-04-24 11:59:32 +02:00
parent b50d06d4ad
commit 1e3f22f47a
3 changed files with 4 additions and 11 deletions

View file

@ -9,7 +9,7 @@ endif
#remote provisioning
ifeq ($(BUILD_REMOTE_PROVISIONING),1)
APP_MODULES += libxml2 libxml2lpc liblpc2xml
APP_MODULES += liblpxml2 libxml2lpc liblpc2xml
endif
#default values

View file

@ -53,17 +53,10 @@ common_C_INCLUDES += \
$(LOCAL_PATH)/include \
$(LOCAL_PATH)/../build/libxml2 \
# For the device
# =====================================================
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_C_INCLUDES += $(common_C_INCLUDES)
LOCAL_SHARED_LIBRARIES += $(common_SHARED_LIBRARIES)
#LOCAL_CFLAGS += -fvisibility=hidden
LOCAL_MODULE:= libxml2
LOCAL_MODULE:= liblpxml2
include $(BUILD_SHARED_LIBRARY)
include $(BUILD_STATIC_LIBRARY)

@ -1 +1 @@
Subproject commit 846d2c57afa43494aa7e533ca8816d40edeff126
Subproject commit cf2c2337e334c4de95d3fca4732e996c9e2d0e3a