diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-02-21 15:56:08 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-02-21 15:56:08 +0000 |
commit | db69b25f44c6eaedd9ee92db7dfd8b86e8bea656 (patch) | |
tree | cdc80e1451e1772eaaa063f611a725d44fa58277 /test-runner | |
parent | afda9e4dac46f815e8f252f3fb94144415f597c8 (diff) | |
parent | 001d87c81f2f2dba7b0440f50d2a1368d95de5d7 (diff) |
Merge "Build android.test.base/legacy against SDK"
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp index fb7c2a7f651f..a2edb047d9de 100644 --- a/test-runner/Android.bp +++ b/test-runner/Android.bp @@ -37,8 +37,8 @@ java_library { // Build the android.test.runner-minus-junit library // ================================================= -// This is only intended for inclusion in the android.test.legacy and -// legacy-android-test static libraries and must not be used elsewhere. +// 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", |