Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame^] | 1 | cc_library { |
Yifan Hong | 604e8f0 | 2017-03-29 15:46:12 -0700 | [diff] [blame] | 2 | name: "android.hardware.tests.hash@1.0-impl", |
Chih-Hung Hsieh | 3da5b01 | 2017-09-29 15:15:48 -0700 | [diff] [blame] | 3 | defaults: ["hidl_defaults"], |
Yifan Hong | 604e8f0 | 2017-03-29 15:46:12 -0700 | [diff] [blame] | 4 | relative_install_path: "hw", |
Yifan Hong | 604e8f0 | 2017-03-29 15:46:12 -0700 | [diff] [blame] | 5 | srcs: [ |
| 6 | "Hash.cpp", |
| 7 | ], |
| 8 | shared_libs: [ |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame^] | 9 | "libcutils", |
Yifan Hong | 604e8f0 | 2017-03-29 15:46:12 -0700 | [diff] [blame] | 10 | "libhidlbase", |
| 11 | "libhidltransport", |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame^] | 12 | "libhwbinder", |
| 13 | "liblog", |
Yifan Hong | 604e8f0 | 2017-03-29 15:46:12 -0700 | [diff] [blame] | 14 | "libutils", |
Yifan Hong | 604e8f0 | 2017-03-29 15:46:12 -0700 | [diff] [blame] | 15 | ], |
Zhuoyao Zhang | 38a78e1 | 2017-10-10 17:53:09 -0700 | [diff] [blame^] | 16 | |
| 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 Hong | 604e8f0 | 2017-03-29 15:46:12 -0700 | [diff] [blame] | 20 | } |