Common flicker assertions

Create a library for common wm flicker assertions, to be used by WM Shell and other tests, as needed

Test: m wm-flicker-common-assertions
Change-Id: I020d571b59047451ce31bf22adf8b7e4d4458721
This commit is contained in:
Nataniel Borges
2020-09-30 16:41:35 +02:00
parent 5d7b94a217
commit 57e7fe047f

View File

@@ -54,4 +54,18 @@ android_test {
"launcher-aosp-tapl",
"platform-test-annotations",
],
}
java_library {
name: "wm-flicker-common-assertions",
platform_apis: true,
srcs: ["src/**/*Assertions.java", "src/**/*Assertions.kt"],
exclude_srcs: [
"**/helpers/*",
],
static_libs: [
"flickerlib",
"truth-prebuilt",
"app-helpers-core"
],
}