From 13839e4cc6dadd1a19fa579aca19dca905f285e7 Mon Sep 17 00:00:00 2001 From: vadimt Date: Thu, 17 Feb 2022 13:56:06 -0800 Subject: [PATCH] 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 --- tests/Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Android.bp b/tests/Android.bp index c2c545bcb4..7542d04f7b 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -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,