blob: 638d3a4011adbc18a43a4cdb84bdcb116023775f [file] [log] [blame]
cc_library_shared {
name: "android.hardware.tests.inheritance@1.0-impl",
relative_install_path: "hw",
srcs: [
"Fetcher.cpp",
"Parent.cpp",
"Child.cpp",
],
shared_libs: [
"libbase",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"liblog",
"libutils",
"android.hardware.tests.inheritance@1.0",
],
}