1cc_library { 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 "libcutils", 10 "libhidlbase", 11 "libhidltransport", 12 "libhwbinder", 13 "liblog", 14 "libutils", 15 ], 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"], 20} 21