63544eacb6
Bug: 32756130 Test: mma Change-Id: Id21cf23abe2910f26bb7895511862443b93dc112
22 lines
408 B
Text
22 lines
408 B
Text
|
|
|
|
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",
|
|
],
|
|
|
|
}
|