Add TvProviderPerf

Performance on Nexus Player:

(per a transaction of 1000 operations except for some cases marked with *)

for channels:
  Average elapsed time for (insert, update, delete*):
    1020.5 ms, 1401.67 ms, 2091.0 ms

for programs:
  Average elapsed time for (insert, update, query, delete programs*, delete channels*):
    739.12 ms, 1335.89 ms, 14.83 ms, 321.92 ms, 293.5 ms

Bug: 18013002
Change-Id: I968cd9868ae16423a037be42ef73efae050e59ce
diff --git a/CtsTestCaseList.mk b/CtsTestCaseList.mk
index 31dc2fd..82e81c2 100644
--- a/CtsTestCaseList.mk
+++ b/CtsTestCaseList.mk
@@ -100,6 +100,7 @@
     CtsDeviceBrowserBench \
     CtsDeviceVideoPerf \
     CtsDeviceOpenGl \
+    CtsDeviceTvProviderPerf \
     CtsAccelerationTestCases \
     CtsAccountManagerTestCases \
     CtsAccessibilityServiceTestCases \