Widevine HAL must not access mediametrics binder service.
Widevine HAL is not part of framework/system image and thus it is not permitted to use Binder. Binder-like mechanisms which are permitted are HwBinder or VendorBinder (for communications only with vendor image components). Remove references to MediaAnalyticsItems used by ami_adapter.*. Test: Play Movies & TV (streaming and pinned content) Test: Netflix Test: Widevine unit tests bug: 36576915 Change-Id: I786f206c01d7c5ebfce719f3f51f5f7927f0359e
This commit is contained in:
@@ -149,7 +149,6 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libcutils \
|
||||
libdl \
|
||||
liblog \
|
||||
libmedia \
|
||||
libprotobuf-cpp-lite \
|
||||
libstagefright_foundation \
|
||||
libutils \
|
||||
@@ -217,7 +216,6 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libhidlmemory \
|
||||
libhwbinder \
|
||||
liblog \
|
||||
libmedia \
|
||||
libprotobuf-cpp-lite \
|
||||
libstagefright_foundation \
|
||||
libutils \
|
||||
|
||||
Reference in New Issue
Block a user