diff options
author | Jakub Gielzak <jgielzak@google.com> | 2019-02-18 18:24:17 +0000 |
---|---|---|
committer | Jakub Gielzak <jgielzak@google.com> | 2019-02-18 18:24:17 +0000 |
commit | 7d7af10dc9057a49c617c7c97c174e8b4ec5008c (patch) | |
tree | ae7066b1b8e2cbee81cc863f86600cf42e205433 /test-runner/Android.bp | |
parent | 3b0be60307cc6063795f8cd32356745ee371e757 (diff) |
Revert "Remove legacy-test and legacy-android-test targets"
This reverts commit 3b0be60307cc6063795f8cd32356745ee371e757.
Reason for revert: Broken build
Change-Id: I71270c7b47163ab7147029f2d3961d1848fdd9eb
Diffstat (limited to 'test-runner/Android.bp')
-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 35212020be7b..db5053eeb903 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 android.test.legacy static +// This is only intended for inclusion in the legacy-android-test static // library and must not be used elsewhere. java_library { name: "android.test.runner-minus-junit", |