Remove hidl support.
Merged from http://go/wvgerrit/161857 Test: streaming(Netflix, Play Movies & TV) Test: ./build_and_run_all_unit_tests.sh Test: adb shell ps | grep drm Test: metrics_dump Test: hardware/interfaces/drm/aidl/vts$ atest VtsAidlHalDrmTargetTest Bug: 259299992 Change-Id: I76bcc82bbfb3fc60987b66265a580946a16c341d
This commit is contained in:
@@ -305,7 +305,7 @@ TEST(HalMetricsAdapterTest, AddAllAttrbitues) {
|
||||
{DrmMetricValue::make<DrmMetricValue::int64Value>(59)}}},
|
||||
{{"count", {DrmMetricValue::make<DrmMetricValue::int64Value>(13)}}}};
|
||||
|
||||
// Confirm that all of the attributes exist in the hidl data.
|
||||
// Confirm that all of the attributes exist in the HAL data.
|
||||
std::vector<DrmMetricGroup> metrics;
|
||||
WvMetricsAdapter::ToWvMetrics(metrics_proto, &metrics);
|
||||
EXPECT_TRUE(HasMetric(expected_counter_metric, metrics[0]))
|
||||
|
||||
Reference in New Issue
Block a user