testrunner: Match test runner name for hardware tests.

Change-Id: I9db719e3dde258c026e0e721e0dd58f80378f199
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index 801e35d..8494cb0 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -295,7 +295,7 @@
 <test name="cts-hardware"
     build_path="cts/tests/tests/hardware"
     package="com.android.cts.hardware"
-    runner="android.test.InstrumentationTestRunner"
+    runner="android.test.InstrumentationCtsTestRunner"
     coverage_target="framework"
     continuous="true"
     suite="cts" />