From 18cf6a72ebdbc22e47061bc151f9cf0b4024e013 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 12 Sep 2016 14:35:05 -0700 Subject: Rename libicuuc-host/libicui18n-host to libicuuc/libicui18n These modules can be named the same between the target and host libraries, which simplifies references to them, particularly in Soong. To prevent accidentally loading the system copy of the library, we still rename the installed name to be libicu*-host.so. But modules do not need to know that in order to build against them. Change-Id: Idd3082aacc6c78a7a1490d6861a2c530fba1e3e1 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index ce73637..448e659 100644 --- a/Android.mk +++ b/Android.mk @@ -67,7 +67,7 @@ include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) LOCAL_IS_HOST_MODULE := true include $(LOCAL_PATH)/LibParameter.mk -LOCAL_SHARED_LIBRARIES += libicuuc-host +LOCAL_SHARED_LIBRARIES += libicuuc LOCAL_LDLIBS := -ldl include $(BUILD_HOST_SHARED_LIBRARY) -- cgit v1.2.3