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 cc7d4bd44bdf..b65cda9302a7 100644 --- a/test-base/Android.bp +++ b/test-base/Android.bp @@ -72,8 +72,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", |