blob: 1dedc19f0c882ee75d5568689d29548b6e676f35 [file] [log] [blame]
Benedict Wong5bf2f802020-10-27 18:30:50 -07001//########################################################################
2// Build FrameworksVcnTests package
3//########################################################################
4
5android_test {
6 name: "FrameworksVcnTests",
7 srcs: [
8 "java/**/*.java",
9 "java/**/*.kt",
10 ],
11 platform_apis: true,
12 test_suites: ["device-tests"],
13 certificate: "platform",
14 static_libs: [
15 "androidx.test.rules",
16 "frameworks-base-testutils",
17 "framework-protos",
18 "mockito-target-minus-junit4",
Cody Kesting90f27fc2020-12-15 15:27:49 -080019 "net-tests-utils",
Benedict Wong5bf2f802020-10-27 18:30:50 -070020 "platform-test-annotations",
21 "services.core",
22 ],
23 libs: [
Benedict Wong5bf2f802020-10-27 18:30:50 -070024 "android.test.runner",
25 "android.test.base",
26 "android.test.mock",
27 ],
28}