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-base | |
parent | c86b195cd5bdec16ad51aa7f1adc56c1ec4bf564 (diff) |
Correct inaccurate comments in build files
Bug: 30188076
Test: make checkbuild
Change-Id: I3881e66a949bfc5fbc34db0a104ef7a6995abe35
Diffstat (limited to 'test-base')
-rw-r--r-- | test-base/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-base/Android.bp b/test-base/Android.bp index 62fed61da276..343d49fa077e 100644 --- a/test-base/Android.bp +++ b/test-base/Android.bp @@ -68,8 +68,8 @@ java_library_static { // =============================================== // This contains the android.test classes from android.test.base plus // the com.android.internal.util.Predicate[s] classes. This is only -// intended for inclusion in the android.test.legacy static library and -// must not be used elsewhere. +// intended for inclusion in the android.test.legacy and +// legacy-android-test static libraries and must not be used elsewhere. java_library_static { name: "android.test.base-minus-junit", |