From f24612b176d9272d50376138b337de16b45004c9 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 31 Jan 2018 13:30:22 +0000 Subject: [PATCH] Correct inaccurate comments in build files Bug: 30188076 Test: make checkbuild Change-Id: I3881e66a949bfc5fbc34db0a104ef7a6995abe35 --- test-base/Android.bp | 4 ++-- test-runner/Android.bp | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test-base/Android.bp b/test-base/Android.bp index 62fed61da276c..343d49fa077e8 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", diff --git a/test-runner/Android.bp b/test-runner/Android.bp index dfaeed5e271e8..1643a98b21b25 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",