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:
Edwin Wong
2017-03-20 11:14:36 -07:00
parent 266898a352
commit c4aad89fd0
4 changed files with 9 additions and 9 deletions

View File

@@ -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 \