blob: d6e9630322cbfd867e5f7cbc119c14653ecb03f0 [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",
4 proprietary: true,
5 srcs: [
6 "Hash.cpp",
7 ],
8 shared_libs: [
9 "libhidlbase",
10 "libhidltransport",
11 "libutils",
12 "android.hardware.tests.hash@1.0",
Yifan Hong604e8f02017-03-29 15:46:12 -070013 ],
14}