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,