Merge "Fix CTS test for system settings. Bug: 2527622"
diff --git a/tools/utils/buildCts.py b/tools/utils/buildCts.py
index 1f1967f..b3e9183 100755
--- a/tools/utils/buildCts.py
+++ b/tools/utils/buildCts.py
@@ -93,7 +93,7 @@
     # Annotation classes are also required, since test annotations go into the description.
     source_path = [
         'frameworks/base/core/java',            # android test classes
-        'frameworks/base/test-runner',          # test runner
+        'frameworks/base/test-runner/src',      # test runner
         'dalvik/libcore/junit/src/main/java',   # junit classes
         'development/tools/hosttestlib/src',    # hosttestlib TestCase extensions
         'dalvik/libcore/dalvik/src/main/java',  # test annotations