diff options
author | Jakub Gielzak <jgielzak@google.com> | 2019-02-18 10:51:09 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-02-18 10:51:09 -0800 |
commit | e00505b90a34ddecb6a89ccf108f73157da9735a (patch) | |
tree | 5248dbaecb7da5e90adad46ec20e61aab816cc67 /test-runner | |
parent | 5641b63411eeca54697b32676090c329a8f20e8b (diff) | |
parent | 95a9dc906f4dd66ebf7530a5597ed817e7ff0e13 (diff) |
Merge "Revert "Remove legacy-test and legacy-android-test targets"" am: 049c1589ee am: 7f997d4cfc
am: 95a9dc906f
Change-Id: I1034050336bdf8be84e3b86ae346dc4bfe1737ef
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", |