diff options
author | Paul Duffin <paulduffin@google.com> | 2018-01-31 13:30:22 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2018-02-06 13:38:44 +0000 |
commit | f24612b176d9272d50376138b337de16b45004c9 (patch) | |
tree | 2478afb81c9d410cee82b66c0fca1f4bb8fcb899 /test-runner | |
parent | c86b195cd5bdec16ad51aa7f1adc56c1ec4bf564 (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.bp | 3 |
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", |