1 2 3 cc_library_shared { 4 name: "android.hardware.tests.inheritance (a] 1.0-impl", 5 defaults: ["hidl_defaults"], 6 relative_install_path: "hw", 7 srcs: [ 8 "Fetcher.cpp", 9 "Parent.cpp", 10 "Child.cpp", 11 ], 12 13 shared_libs: [ 14 "libbase", 15 "libhidlbase", 16 "libhidltransport", 17 "liblog", 18 "libutils", 19 "android.hardware.tests.inheritance (a] 1.0", 20 ], 21 22 } 23