| cc_library_shared { | |
| name: "android.hardware.tests.hash@1.0-impl", | |
| relative_install_path: "hw", | |
| proprietary: true, | |
| srcs: [ | |
| "Hash.cpp", | |
| ], | |
| shared_libs: [ | |
| "libhidlbase", | |
| "libhidltransport", | |
| "libutils", | |
| "android.hardware.tests.hash@1.0", | |
| "android.hidl.base@1.0", | |
| ], | |
| } |