commit | e2cb041c92d15d1393cac2cd8c15ea1240441984 | [log] [tgz] |
---|---|---|
author | Fangqiu Su <fangqiu@google.com> | Tue Dec 19 18:14:47 2023 +0000 |
committer | Fangqiu Su <fangqiu@google.com> | Tue Dec 19 18:14:47 2023 +0000 |
tree | fb454caf5bcdc77c74f6712c2b18400bdcfe9e41 | |
parent | 8124c112df7e873921183d0b20a34e70069fdc54 [diff] [blame] |
Update the imports to androidx.test.filters.* Bug: 316941721 Test: mmma . Change-Id: I1b502639f2063dab81e5c514385a4c1296b230f0
diff --git a/sax/tests/saxtests/Android.bp b/sax/tests/saxtests/Android.bp index cbd19c3..446ee93 100644 --- a/sax/tests/saxtests/Android.bp +++ b/sax/tests/saxtests/Android.bp
@@ -15,6 +15,9 @@ "android.test.runner", "android.test.base", ], - static_libs: ["junit"], + static_libs: [ + "junit", + "androidx.test.rules", + ], platform_apis: true, }