diff options
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp index 35212020be7b..db5053eeb903 100644 --- a/test-runner/Android.bp +++ b/test-runner/Android.bp @@ -45,7 +45,7 @@ java_sdk_library { // Build the android.test.runner-minus-junit library // ================================================= -// This is only intended for inclusion in the android.test.legacy static +// This is only intended for inclusion in the legacy-android-test static // library and must not be used elsewhere. java_library { name: "android.test.runner-minus-junit", |