Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff8e08c5 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Add TAPL as a direct dependency to the flicker tests

TAPL is currently imported as part of other dependencies. However, as
per guidelines form go/tapl, these dependencies must be
android_library. This CL adds TAPL as a direct dependency to the test to
comply with the usage guidelines

Test: atest FlickerTests
Change-Id: I9b21a4b4906a6ba64d7895dc5a3e544080e082fb
parent c03d26f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,5 +28,6 @@ android_test {
        "flickerlib",
        "truth-prebuilt",
        "app-helpers-core",
        "launcher-aosp-tapl"
    ],
}