diff options
author | Sundong Ahn <sundongahn@google.com> | 2018-07-31 16:54:41 +0900 |
---|---|---|
committer | Sundong Ahn <sundongahn@google.com> | 2018-08-29 12:22:59 +0900 |
commit | e933cedf837d39a713ef44cadfb07f2c1d863652 (patch) | |
tree | 9b32fba18cacc61fb6d7b6145a73183a9e50f2ba /test-legacy | |
parent | c96760f4f30279bdddcbdc83398bc069740970f1 (diff) |
Build android.test.* with java_sdk_library
android.test.* are built with java_sdk_library and api files are added
by running "make update-api".
android.test.base_static is created for allowing to use
android.test.base as a static library.
Bug:77577799
Test: make -j
Test: make checkapi
Test: make checkapi fails with a random change in the txt file
Test: adb shell cmd package list libraries |\
grep android.test.*
And check the android.test.* libraries
Merged-In: Ia27612657532e50b077a9c55dbef59ee3ec04b8a
Change-Id: Ia27612657532e50b077a9c55dbef59ee3ec04b8a
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 d2af8a9f1c82..833c714f07b0 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", + "android.test.mock.impl", ], no_framework_libs: true, |