Merge "Update the imports to androidx.test.filters.*" into main

This commit is contained in:
Ram Peri
2024-02-16 18:12:53 +00:00
committed by Android (Google) Code Review
31 changed files with 63 additions and 63 deletions
+4 -1
View File
@@ -29,7 +29,10 @@ android_test {
sdk_version: "current",
test_suites: ["general-tests"],
certificate: "platform",
static_libs: ["mockito-target"],
static_libs: [
"mockito-target",
"androidx.test.rules",
],
libs: [
"android.test.mock.stubs",
"android.test.runner.stubs",