blob: ae44876c45bf468196f8c26a3a75a56abaf42585 [file] [log] [blame]
Yifan Hong604e8f02017-03-29 15:46:12 -07001cc_library_shared {
2 name: "android.hardware.tests.hash@1.0-impl",
3 relative_install_path: "hw",
Yifan Hong604e8f02017-03-29 15:46:12 -07004 srcs: [
5 "Hash.cpp",
6 ],
7 shared_libs: [
8 "libhidlbase",
9 "libhidltransport",
10 "libutils",
11 "android.hardware.tests.hash@1.0",
Yifan Hong604e8f02017-03-29 15:46:12 -070012 ],
13}