1cc_library_shared {
2 name: "android.hardware.tests.hash@1.0-impl",
3 relative_install_path: "hw",
4 srcs: [
5 "Hash.cpp",
6 ],
7 shared_libs: [
8 "libhidlbase",
9 "libhidltransport",
10 "libutils",
11 "android.hardware.tests.hash@1.0",
12 ],
13}
14