| Sasha Smundak | b6aca11 | 2019-02-20 16:52:48 -0800 | [diff] [blame] | 1 | android_test { |
| 2 | name: "NetworkSecurityConfigTests", | ||||
| 3 | certificate: "platform", | ||||
| 4 | libs: [ | ||||
| 5 | "android.test.runner", | ||||
| 6 | "android.test.base", | ||||
| 7 | ], | ||||
| 8 | static_libs: ["junit"], | ||||
| 9 | // Include all test java files. | ||||
| 10 | srcs: ["src/**/*.java"], | ||||
| 11 | platform_apis: true, | ||||
| 12 | } | ||||