blob: 67f90977d6f67c0cb6133261aaeb5ee48e9dbeed [file] [log] [blame]
Yifan Hong604e8f02017-03-29 15:46:12 -07001cc_library_shared {
2 name: "android.hardware.tests.hash@1.0-impl",
Chih-Hung Hsieh3da5b012017-09-29 15:15:48 -07003 defaults: ["hidl_defaults"],
Yifan Hong604e8f02017-03-29 15:46:12 -07004 relative_install_path: "hw",
Yifan Hong604e8f02017-03-29 15:46:12 -07005 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}