diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2016-09-12 14:35:05 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2016-09-12 14:35:05 -0700 |
| commit | 18cf6a72ebdbc22e47061bc151f9cf0b4024e013 (patch) | |
| tree | 22f9f5e83351a0f3a2e8b8995a2b7cd2f16691c1 | |
| parent | 34e4d5c1642b9cf1c6373c1fbb6d0f39f4479bbc (diff) | |
| download | platform_external_parameter-framework-18cf6a72ebdbc22e47061bc151f9cf0b4024e013.tar.gz platform_external_parameter-framework-18cf6a72ebdbc22e47061bc151f9cf0b4024e013.tar.bz2 platform_external_parameter-framework-18cf6a72ebdbc22e47061bc151f9cf0b4024e013.zip | |
Rename libicuuc-host/libicui18n-host to libicuuc/libicui18nandroid-n-mr1-preview-2android-n-mr1-preview-1
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
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
