OSDN Git Service

Correct inaccurate comments in build files
authorPaul Duffin <paulduffin@google.com>
Wed, 31 Jan 2018 13:30:22 +0000 (13:30 +0000)
committerPaul Duffin <paulduffin@google.com>
Tue, 6 Feb 2018 13:38:44 +0000 (13:38 +0000)
Bug: 30188076
Test: make checkbuild
Change-Id: I3881e66a949bfc5fbc34db0a104ef7a6995abe35

test-base/Android.bp
test-runner/Android.bp

index 62fed61..343d49f 100644 (file)
@@ -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",
 
index dfaeed5..1643a98 100644 (file)
@@ -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",