blob: 410b759e38e877836328d11427b4ac270694f5f7 [file] [log] [blame]
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -07001cc_library {
Yifan Hong604e8f02017-03-29 15:46:12 -07002 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: [
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -07009 "libcutils",
Yifan Hong604e8f02017-03-29 15:46:12 -070010 "libhidlbase",
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070011 "liblog",
Yifan Hong604e8f02017-03-29 15:46:12 -070012 "libutils",
Yifan Hong604e8f02017-03-29 15:46:12 -070013 ],
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070014
15 // These are static libs only for testing purposes and portability. Shared
16 // libs should be used on device.
17 static_libs: ["android.hardware.tests.hash@1.0"],
Yifan Hong604e8f02017-03-29 15:46:12 -070018}