blob: 8061c5625cec7a0d8da7de0e231912c229c9486e [file] [log] [blame]
Bob Badour27b482e2021-03-22 19:01:01 -07001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Victor Hsieh85b4f732021-03-09 16:02:14 -08005java_test_host {
6 name: "AuthFsHostTest",
7 srcs: ["java/**/*.java"],
8 libs: [
9 "tradefed",
10 "compatibility-tradefed",
11 "compatibility-host-util",
12 ],
Victor Hsiehd8a5f962021-06-30 14:30:23 -070013 static_libs: [
14 "VirtualizationTestHelper",
15 ],
Victor Hsieh85b4f732021-03-09 16:02:14 -080016 test_suites: ["general-tests"],
Victor Hsiehd8a5f962021-06-30 14:30:23 -070017 data: [
18 ":authfs_test_files",
19 ":MicrodroidTestApp.signed",
20 ],
Victor Hsieh85b4f732021-03-09 16:02:14 -080021}