diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-02-22 13:39:10 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-02-22 13:39:10 +0000 |
commit | 919ff2268b22e9fde5cbb08404d3a567dde86890 (patch) | |
tree | a6bcaff6dea245ff138a402c0c9fcd78c2ff18a0 /test-runner/Android.bp | |
parent | 9a50d7579516ee3b877aab84f412bdd2d0fe03b4 (diff) | |
parent | 4cdec67417f977427422b13e8218246a507cb2fc (diff) |
Merge changes I8e432950,Id325b8cf
* changes:
Build android.test.base/legacy against SDK
Fix visibility issues with android.test.mock.stubs
Diffstat (limited to 'test-runner/Android.bp')
-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", |