Rename libhidl_utils to libwidevinehidl_utils.
This library is local to vendor/widevine HAL service, rename to indicate this is used only by widevine HAL. Test: Play Movies & TV (streaming and pinned) Test: Netflix bug: 36430909 Change-Id: Iacaf78f4223bf305569e7f1d04dd4e4ad0a87727
This commit is contained in:
@@ -93,11 +93,11 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := \
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Builds libhidl_utils.a
|
||||
# Builds libwidevinehidl_utils.a
|
||||
#
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := libhidl_utils
|
||||
LOCAL_MODULE := libwidevinehidl_utils
|
||||
|
||||
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
|
||||
|
||||
@@ -203,9 +203,9 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libwvlevel3 \
|
||||
|
||||
# When the GNU linker sees a library, it discards all symbols that it doesn't
|
||||
# need. libhidl_utils must come after both libwvdrmcryptoplugin and
|
||||
# need. libwidevinehidl_utils must come after both libwvdrmcryptoplugin and
|
||||
# libwvdrmdrmplugin.
|
||||
LOCAL_STATIC_LIBRARIES += libhidl_utils
|
||||
LOCAL_STATIC_LIBRARIES += libwidevinehidl_utils
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.0 \
|
||||
|
||||
@@ -49,7 +49,7 @@ LOCAL_C_INCLUDES := \
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libcrypto_static \
|
||||
libhidl_utils \
|
||||
libwidevinehidl_utils \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.0 \
|
||||
|
||||
@@ -79,8 +79,8 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libwvdrmcryptoplugin_hidl \
|
||||
|
||||
# When the GNU linker sees a library, it discards all symbols that it doesn't
|
||||
# need. libhidl_utils must come after libwvdrmcryptoplugin.
|
||||
LOCAL_STATIC_LIBRARIES += libhidl_utils
|
||||
# need. libwidevinehidl_utils must come after libwvdrmcryptoplugin.
|
||||
LOCAL_STATIC_LIBRARIES += libwidevinehidl_utils
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.0 \
|
||||
|
||||
@@ -81,8 +81,8 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libwvdrmdrmplugin_hidl \
|
||||
|
||||
# When the GNU linker sees a library, it discards all symbols that it doesn't
|
||||
# need. libhidl_utils must come after libwvdrmdrmplugin.
|
||||
LOCAL_STATIC_LIBRARIES += libhidl_utils
|
||||
# need. libwidevinehidl_utils must come after libwvdrmdrmplugin.
|
||||
LOCAL_STATIC_LIBRARIES += libwidevinehidl_utils
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.drm@1.0 \
|
||||
|
||||
Reference in New Issue
Block a user