Fix buildCts.py Source Path

The buildCts.py script runs a JavaDoc command over the Android
java packages with a custom doclet that generates XML files that
CTS uses to create its test plans. Unfortunately, JavaDoc decides
to ignore a class if one of the classes in its inheritance hierarchy
is not found. Since the source path for frameworks/base/test-runner
was incorrect, all ActivityInstrumentationTestCases were being
excluded from the build. Fixing the source path should add roughly
1500 tests back into the CTS.

Change-Id: I4f7c0c9d4a25c45b46390254ca94e0806a8e43cd
1 file changed
tree: d2aee2f669e98343071910fa3699f7823d2d563a
  1. tests/
  2. tools/
  3. .gitignore
  4. Android.mk
  5. CleanSpec.mk