commit | 1206400ccf0616667a65e2c9c1e67f50d3b6e430 | [log] [tgz] |
---|---|---|
author | Sudheer Shanka <sudheersai@google.com> | Wed Apr 22 12:25:23 2020 -0700 |
committer | Sudheer Shanka <sudheersai@google.com> | Wed Apr 22 12:27:50 2020 -0700 |
tree | b8c69a11cfd28a36e3558a7e5da049e0bd6ef3d1 | |
parent | eef8bc2050e3d5d17f9d311b84b3104629028e8c [diff] [blame] |
Reland "Pull service dumps to help debug test failures." + Convert tests to use Junit4 + Add annotations to specify required conditions for the test to run. This reverts commit 89099548f8ea46046095ccac1e82c2c88d1d0bee. Bug: 137859686 Change-Id: I7bb2a7e4b2dca3696761e7c030f3380b9226b676 Merged-In: I93317c201a0ea06732e29154ab7e140735381f59
diff --git a/tests/cts/hostside/app/Android.bp b/tests/cts/hostside/app/Android.bp index 2362389..7a11456 100644 --- a/tests/cts/hostside/app/Android.bp +++ b/tests/cts/hostside/app/Android.bp
@@ -20,6 +20,8 @@ //sdk_version: "current", platform_apis: true, static_libs: [ + "androidx.test.rules", + "androidx.test.ext.junit", "compatibility-device-util-axt", "ctstestrunner-axt", "ub-uiautomator",