blob: 6e6d6a8e363c8f42308b7af2eb05f4fb62ed424f [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",
11 "libhidltransport",
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070012 "libhwbinder",
13 "liblog",
Yifan Hong604e8f02017-03-29 15:46:12 -070014 "libutils",
Yifan Hong604e8f02017-03-29 15:46:12 -070015 ],
Zhuoyao Zhang38a78e12017-10-10 17:53:09 -070016
17 // These are static libs only for testing purposes and portability. Shared
18 // libs should be used on device.
19 static_libs: ["android.hardware.tests.hash@1.0"],
Yifan Hong604e8f02017-03-29 15:46:12 -070020}