Merge "Add a metric decorator around cdm engine"

This commit is contained in:
Adam Stone
2019-02-04 17:55:35 +00:00
committed by Android (Google) Code Review
14 changed files with 954 additions and 110 deletions

View File

@@ -21,6 +21,11 @@ test_src_dir := ../core/test
test_main := ../core/test/test_main.cpp
include $(LOCAL_PATH)/integration-test.mk
test_name := cdm_engine_metrics_decorator_unittest
test_src_dir := ../core/test
test_main := ../core/test/test_main.cpp
include $(LOCAL_PATH)/integration-test.mk
test_name := cdm_extended_duration_test
test_src_dir := .
test_main := ../core/test/test_main.cpp