diff options
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", |