Yifan Hong | 604e8f0 | 2017-03-29 15:46:12 -0700 | [diff] [blame] | 1 | cc_library_shared { |
| 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: [ |
| 9 | "libhidlbase", |
| 10 | "libhidltransport", |
| 11 | "libutils", |
| 12 | "android.hardware.tests.hash@1.0", |
Yifan Hong | 604e8f0 | 2017-03-29 15:46:12 -0700 | [diff] [blame] | 13 | ], |
| 14 | } |