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