Include Metric Unit Tests

Merge from Widevine repo of http://go/wvgerrit/23842

This CL updates the android make files and test scripts to include the
two new unit test suites in metrics/test.

Change-Id: Ie31bdc3ae3709ab116d2a340ee5b55c7c12d1d33
This commit is contained in:
Fred Gylys-Colwell
2017-02-09 15:05:52 -08:00
parent db5c3dfb6d
commit 8274b77019
3 changed files with 12 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ try_adb_push $OUT/system/bin/service_certificate_unittest
try_adb_push $OUT/system/bin/timer_unittest
try_adb_push $OUT/system/bin/libwvdrmengine_test
try_adb_push $OUT/system/bin/buffer_reader_test
try_adb_push $OUT/system/bin/distribution_test
try_adb_push $OUT/system/bin/event_metric_test
adb install -r $OUT/system/app/MediaDrmAPITest/MediaDrmAPITest.apk
cd $ANDROID_BUILD_TOP/vendor/widevine/libwvdrmengine