1cc_library { 2 name: "android.hardware.tests.baz@1.0-impl", 3 defaults: ["hidl_defaults"], 4 relative_install_path: "hw", 5 srcs: [ 6 "Baz.cpp", 7 ], 8 shared_libs: [ 9 "libbase", 10 "libcutils", 11 "libhidlbase", 12 "libhidltransport", 13 "libhwbinder", 14 "liblog", 15 "libutils", 16 ], 17 18 // These are static libs only for testing purposes and portability. Shared 19 // libs should be used on device. 20 static_libs: ["android.hardware.tests.baz@1.0"], 21} 22