blob: aa748abe4f69901c102baecd8e00d30d90424895 [file] [log] [blame]
Bob Badouraeff1692021-07-07 12:16:15 -07001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Victor Hsiehccce5492021-06-30 14:25:42 -07005java_test_helper_library {
6 name: "VirtualizationTestHelper",
7 host_supported: true,
8 device_supported: false,
9 srcs: ["java/**/*.java"],
Jiyong Park5c71cac2022-02-04 11:49:31 +090010 test_suites: ["general-tests"],
Victor Hsiehccce5492021-06-30 14:25:42 -070011 libs: [
12 "tradefed",
13 "compatibility-tradefed",
14 ],
15}