]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/blob - tests/hash/1.0/default/Android.bp
67f90977d6f67c0cb6133261aaeb5ee48e9dbeed
[android/platform-hardware-interfaces.git] / tests / hash / 1.0 / default / Android.bp
1 cc_library_shared {
2     name: "android.hardware.tests.hash@1.0-impl",
3     defaults: ["hidl_defaults"],
4     relative_install_path: "hw",
5     srcs: [
6         "Hash.cpp",
7     ],
8     shared_libs: [
9         "libhidlbase",
10         "libhidltransport",
11         "libutils",
12         "android.hardware.tests.hash@1.0",
13     ],
14 }