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