diff options
-rwxr-xr-x | parameter/Android.mk | 8 | ||||
-rw-r--r-- | remote-process/Android.mk | 2 | ||||
-rw-r--r-- | utility/Android.mk | 2 |
3 files changed, 6 insertions, 6 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) diff --git a/remote-process/Android.mk b/remote-process/Android.mk index 47af53c..a269249 100644 --- a/remote-process/Android.mk +++ b/remote-process/Android.mk @@ -47,7 +47,7 @@ common_c_includes := \ $(LOCAL_PATH)/../remote-processor/ common_shared_libraries := libremote-processor -common_static_libraries := libutility +common_static_libraries := libpfw_utility ############################# # Target build diff --git a/utility/Android.mk b/utility/Android.mk index 941ba53..74f2e76 100644 --- a/utility/Android.mk +++ b/utility/Android.mk @@ -36,7 +36,7 @@ common_src_files := \ Utility.cpp \ NaiveTokenizer.cpp -common_module := libutility +common_module := libpfw_utility common_module_tags := optional common_cflags := \ |