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

Commit 13839e4c authored by vadimt's avatar vadimt Committed by Vadim Tryshev
Browse files

Preparing to using "platform-test-rules" library from Launcher tests

I want to include some stuff (like android.platform.test.rule.CrashDetector) but I want to land just the dependency part and see if I get postsubmit build problems that sometimes appear in obscure AOSP targets.

Test: presubmit
Bug: 187761685
Change-Id: I334b9f1029edbe8621df940900f43d0c5059373e
Merged-In: I334b9f1029edbe8621df940900f43d0c5059373e
parent 66ac96cd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@ android_library {
        "androidx.test.uiautomator_uiautomator",
        "mockito-target-inline-minus-junit4",
        "launcher_log_protos_lite",
        "truth-prebuilt"
        "truth-prebuilt",
        "platform-test-rules",
    ],
    manifest: "AndroidManifest-common.xml",
    platform_apis: true,