blob: 9bdef7ba9a3c946e40555e5f0baccc65185c2e09 [file] [log] [blame]
Alice Wange4829c82022-10-18 14:05:28 +00001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5java_test_host {
6 name: "AuthFsBenchmarks",
7 srcs: ["src/java/com/android/fs/benchmarks/*.java"],
8 libs: [
9 "tradefed",
10 ],
11 static_libs: [
12 "AuthFsHostTestCommon",
13 "MicrodroidHostTestHelper",
Alice Wangcd9ab9b2022-10-27 19:59:26 +000014 "cts-host-utils",
Alice Wange4829c82022-10-18 14:05:28 +000015 ],
16 test_suites: ["general-tests"],
17 data_device_bins_first: [
18 "open_then_run",
19 "fsverity",
20 ],
21 per_testcase_directory: true,
22 data: [
23 ":authfs_test_files",
24 ":CtsApkVerityTestPrebuiltFiles",
25 ":MicrodroidTestApp",
26 ":measure_io",
27 ],
28}
29
30cc_binary {
31 name: "measure_io",
32 srcs: [
33 "src/measure_io.cpp",
34 ],
35 shared_libs: [
36 "libbase",
37 ],
38}