Exclude android.test.AndroidTestCase from CtsJdwpTestCases

Prevent the DalvikTestRunner from trying to run tests in the
AndroidTestCase as that causes a test failure in the
testAndroidTestCaseSetupProperty method.

This is a temporary workaround, the longer term solution is to remove
AndroidTestCase from being statically included in the APK so that it
will not be found while scanning the APK.

Bug: 64541592
Test: run cts -m CtsJdwpTestCases
Change-Id: Iababc08589cda5b35dfbf749e6e21b1c15e309aa
1 file changed