1package { 2 default_applicable_licenses: ["Android-Apache-2.0"], 3} 4 5cc_test { 6 name: "hal_implementation_test", 7 srcs: ["hal_implementation_test.cpp"], 8 static_libs: [ 9 "libaidlmetadata", 10 "libhidlmetadata", 11 "libhidl-gen-utils", 12 ], 13 shared_libs: [ 14 "libbase", 15 "libvintf", 16 ], 17 test_suites: ["device-tests"], 18} 19