Raff Tsai | a266657 | 2020-01-31 14:54:10 +0800 | [diff] [blame^] | 1 | android_test { |
2 | name: "SettingsPrefTests", | ||||
3 | |||||
4 | certificate: "platform", | ||||
5 | |||||
6 | libs: [ | ||||
7 | "android.test.runner", | ||||
8 | ], | ||||
9 | |||||
10 | static_libs: [ | ||||
11 | "androidx.test.rules", | ||||
12 | "ub-uiautomator", | ||||
13 | ], | ||||
14 | |||||
15 | // Include all test java files. | ||||
16 | srcs: ["src/**/*.java"], | ||||
17 | |||||
18 | platform_apis: true, | ||||
19 | test_suites: ["device-tests"], | ||||
20 | |||||
21 | instrumentation_for: "Settings", | ||||
22 | } |