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
This commit is contained in:
vadimt
2022-02-17 13:56:06 -08:00
committed by Vadim Tryshev
parent 66ac96cd63
commit 13839e4cc6

View File

@@ -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,