diff options
author | Sundong Ahn <sundongahn@google.com> | 2018-11-08 19:06:45 +0900 |
---|---|---|
committer | Sundong Ahn <sundongahn@google.com> | 2019-01-17 09:43:25 +0900 |
commit | f8732bb2dbb8316a0b5394d7b4a783dd45fe42a4 (patch) | |
tree | 8d9a2b7c097a298119da544dbb48c99b48666009 /test-legacy | |
parent | be8881da3ba92405522f80fad1d93459e899dea2 (diff) |
Change the impl lib name of java_sdk_library
The impl lib name of java_sdk_library is changed to {module_name}.jar
instead of {module_name}.impl.jar
android.test.mock.impl is removed from stubs_defaults.
RepetitiveTest class is added to public API in android.test.base
Bug: 110404779
Test: m -j
Change-Id: I5dd7f3a28bc22136b4e921de3eb5a3e77e5fc75f
Merged-In: I5dd7f3a28bc22136b4e921de3eb5a3e77e5fc75f
(cherry picked from commit b7540bf1a3f7e7f041ea8b3d3a3a23b15cab187c)
Diffstat (limited to 'test-legacy')
-rw-r--r-- | test-legacy/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-legacy/Android.bp b/test-legacy/Android.bp index 833c714f07b0..a69f422b3bdb 100644 --- a/test-legacy/Android.bp +++ b/test-legacy/Android.bp @@ -25,7 +25,7 @@ java_library_static { static_libs: [ "android.test.base-minus-junit", "android.test.runner-minus-junit", - "android.test.mock.impl", + "android.test.mock_static", ], no_framework_libs: true, |