Compatibilize tests with new runner
Runner now prints each assertion individually to aid debugging.
Bug: 162923992
Test: atest FlickerTests WMShellFlickerTests
Change-Id: I1c9a49ec3c283e5e034f0223573fca3ccafaf64c
diff --git a/tests/FlickerTests/Android.bp b/tests/FlickerTests/Android.bp
index 1a83655..c945aea 100644
--- a/tests/FlickerTests/Android.bp
+++ b/tests/FlickerTests/Android.bp
@@ -49,7 +49,6 @@
"flickertestapplib",
"flickerlib",
"truth-prebuilt",
- "app-helpers-core",
"launcher-helper-lib",
"launcher-aosp-tapl",
"platform-test-annotations",
@@ -81,6 +80,7 @@
],
static_libs: [
"flickerlib",
+ "flickertestapplib",
"truth-prebuilt",
"app-helpers-core"
],