diff options
author | Jakub Gielzak <jgielzak@google.com> | 2019-02-18 10:42:20 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-02-18 10:42:20 -0800 |
commit | 95a9dc906f4dd66ebf7530a5597ed817e7ff0e13 (patch) | |
tree | fd75a3a1bf991e3923b477b7e54f7a50484690b8 /test-runner | |
parent | dd33e2766bae04a78a5107e293ca638a53158ca2 (diff) | |
parent | 7f997d4cfca99c17760b5533f2391fbbcc8bb273 (diff) |
Merge "Revert "Remove legacy-test and legacy-android-test targets"" am: 049c1589ee
am: 7f997d4cfc
Change-Id: If998990b94bd36f0ffae26dede85df8ad079093e
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 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", |