Android.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 3d1a666a8629a8502a2bcf23ab943e2b39a0da92
Author: Behdad Esfahbod <[email protected]>
Date: Mon Jan 5 14:43:13 2015 -0800
Remove hardcoded ICU include paths.
ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.
https://android-review.googlesource.com/#/c/121311/
diff --git a/Android.mk b/Android.mk
index 07dfa5b..0552507 100644
--- a/Android.mk
+++ b/Android.mk
@@ -99,8 +99,7 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
liblog
LOCAL_C_INCLUDES += \
- $(LOCAL_PATH)/src \
- external/icu/icu4c/source/common
+ $(LOCAL_PATH)/src
LOCAL_CFLAGS += -DHB_NO_MT -DHAVE_OT -DHAVE_ICU -DHAVE_ICU_BUILTIN
LOCAL_MODULE:= libharfbuzz_ng
include $(BUILD_SHARED_LIBRARY)
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz