summaryrefslogtreecommitdiff
path: root/test-runner
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2018-01-31 13:30:22 +0000
committerPaul Duffin <paulduffin@google.com>2018-02-06 13:38:44 +0000
commitf24612b176d9272d50376138b337de16b45004c9 (patch)
tree2478afb81c9d410cee82b66c0fca1f4bb8fcb899 /test-runner
parentc86b195cd5bdec16ad51aa7f1adc56c1ec4bf564 (diff)
Correct inaccurate comments in build files
Bug: 30188076 Test: make checkbuild Change-Id: I3881e66a949bfc5fbc34db0a104ef7a6995abe35
Diffstat (limited to 'test-runner')
-rw-r--r--test-runner/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp
index dfaeed5e271e..1643a98b21b2 100644
--- a/test-runner/Android.bp
+++ b/test-runner/Android.bp
@@ -31,7 +31,8 @@ java_library {
// Build the android.test.runner-minus-junit library
// =================================================
-// This is provided solely for use by the legacy-android-test module.
+// This is only intended for inclusion in the android.test.legacy and
+// legacy-android-test static libraries and must not be used elsewhere.
java_library {
name: "android.test.runner-minus-junit",