diff options
author | Paul Duffin <paulduffin@google.com> | 2019-02-26 03:23:22 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-02-26 03:23:22 -0800 |
commit | a8025a851d917bfed6f0ae6d4b174d53d9b53303 (patch) | |
tree | ddb6a2862af9702701e81fe10c220d7f9b44e263 /test-runner | |
parent | d63481be772b0b8b6d66130bc006d832fd9d090c (diff) | |
parent | 643318f4d23e2845d08621c3b6adc5bacbcac990 (diff) |
Merge "Revert "Revert "Remove legacy-test and legacy-android-test targets""" am: e051b0c95e
am: 643318f4d2
Change-Id: I42f0210c0830bc70a26c21ab638da9d248d91f79
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp index db5053eeb903..35212020be7b 100644 --- a/test-runner/Android.bp +++ b/test-runner/Android.bp @@ -45,7 +45,7 @@ java_sdk_library { // Build the android.test.runner-minus-junit library // ================================================= -// This is only intended for inclusion in the legacy-android-test static +// This is only intended for inclusion in the android.test.legacy static // library and must not be used elsewhere. java_library { name: "android.test.runner-minus-junit", |