Change cts-permission runtest def to use proper runner.

This commit is contained in:
Brett Chabot
2009-06-09 19:41:27 -07:00
parent 792de31db0
commit d6af1fbbfa

View File

@@ -173,7 +173,7 @@ Native tests:
<test name="cts-permission"
build_path="cts/tests"
package="com.android.cts.permission"
runner="android.test.InstrumentationCtsTestRunner"
runner="android.test.InstrumentationTestRunner"
coverage_target="framework"
continuous="true"
cts="true" />