diff options
author | David Wagner <david.wagner@intel.com> | 2014-02-13 10:51:17 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-02-13 16:10:37 +0100 |
commit | 6c15c4f3cc9100bc149e2635c33ef443885be925 (patch) | |
tree | d15a3d9c3d26d1d4c78c6896700fd5e7063d36e4 /parameter | |
parent | a7fad56946d0a7cd87fca96cbe783118e8635847 (diff) | |
download | external_parameter-framework-6c15c4f3cc9100bc149e2635c33ef443885be925.zip external_parameter-framework-6c15c4f3cc9100bc149e2635c33ef443885be925.tar.gz external_parameter-framework-6c15c4f3cc9100bc149e2635c33ef443885be925.tar.bz2 |
Rename libutility to libpfw_utility
That name was too generic and may have conflicted in the future.
Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'parameter')
-rwxr-xr-x | parameter/Android.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parameter/Android.mk b/parameter/Android.mk index 409f589..dd0c71d 100755 --- a/parameter/Android.mk +++ b/parameter/Android.mk @@ -166,7 +166,7 @@ LOCAL_C_INCLUDES += \ bionic/ LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) libdl libstlport -LOCAL_STATIC_LIBRARIES := libxmlserializer libutility $(common_static_libraries) +LOCAL_STATIC_LIBRARIES := libxmlserializer libpfw_utility $(common_static_libraries) include $(BUILD_SHARED_LIBRARY) @@ -189,7 +189,7 @@ LOCAL_C_INCLUDES += \ $(common_c_includes) LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)-host -LOCAL_STATIC_LIBRARIES := libxmlserializer_host libutility_host $(common_static_libraries) +LOCAL_STATIC_LIBRARIES := libxmlserializer_host libpfw_utility_host $(common_static_libraries) LOCAL_LDLIBS += -ldl @@ -206,7 +206,7 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) LOCAL_STATIC_LIBRARIES := \ libxmlserializer \ - libutility \ + libpfw_utility \ $(common_static_libraries) include $(BUILD_STATIC_LIBRARY) @@ -222,7 +222,7 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) LOCAL_STATIC_LIBRARIES := \ libxmlserializer_host \ - libutility_host \ + libpfw_utility_host \ $(common_static_libraries) include $(BUILD_HOST_STATIC_LIBRARY) |