Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Switch libxml2 to the new icu.
Browse files Browse the repository at this point in the history
Change-Id: Ifa65cffa652769a739c3b79bc317e6eb5ab753ff
  • Loading branch information
enh-google committed Jul 9, 2014
1 parent ba9ec44 commit 12fecf7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Android.mk
Expand Up @@ -49,7 +49,8 @@ common_SRC_FILES := \
schematron.c

common_C_INCLUDES += \
$(LOCAL_PATH)/include
$(LOCAL_PATH)/include \
external/icu/icu4c/source/common \

# Turn off warnings to prevent log message spam
# These warnings are not disabled because they are not supported by gcc 4.2.1
Expand All @@ -68,7 +69,7 @@ DISABLED_WARNING_FLAGS := \
include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_C_INCLUDES += $(common_C_INCLUDES) external/icu4c/common
LOCAL_C_INCLUDES += $(common_C_INCLUDES)
LOCAL_SHARED_LIBRARIES += $(common_SHARED_LIBRARIES)
LOCAL_CFLAGS += -fvisibility=hidden
LOCAL_CFLAGS += $(DISABLED_WARNING_FLAGS)
Expand All @@ -83,7 +84,7 @@ include $(BUILD_STATIC_LIBRARY)

include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_C_INCLUDES += $(common_C_INCLUDES) external/icu4c/common
LOCAL_C_INCLUDES += $(common_C_INCLUDES)
LOCAL_CFLAGS += $(DISABLED_WARNING_FLAGS)
LOCAL_SHARED_LIBRARIES += $(common_SHARED_LIBRARIES)
LOCAL_MODULE:= libxml2
Expand Down

0 comments on commit 12fecf7

Please sign in to comment.