Fix API support for Widevine vendor metrics

This fixes Widevine's getMetrics call so that it will return vendor
metrics through the Drm plugin 1.1 interface.

Bug: 73724453
Test: New and existing unit tests. Updated and existing GTS. Google Play manual.

Change-Id: Ie35128dc80bd6eabf9e1f3b9c1800256af77bc51
This commit is contained in:
Adam Stone
2018-04-02 17:29:42 -07:00
parent 81ce8b4601
commit e7edb5d2e2
7 changed files with 1235 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
src_hidl/WVDrmPlugin.cpp \
src_hidl/WVGenericCryptoInterface.cpp \
src_hidl/hidl_metrics_adapter.cpp \
LOCAL_C_INCLUDES := \
frameworks/av/include \