blob: 158da4b1234ae320dc4394f7dccdb71d988232dd [file] [log] [blame]
Yifan Hongcc6ad7d2016-10-18 18:44:17 -07001
2
3cc_library_shared {
4 name: "android.hardware.tests.inheritance@1.0-impl",
Steven Moreland691a4552017-03-08 15:58:46 -08005 defaults: ["hidl_defaults"],
Yifan Hongcc6ad7d2016-10-18 18:44:17 -07006 relative_install_path: "hw",
7 srcs: [
8 "Fetcher.cpp",
9 "Parent.cpp",
10 "Child.cpp",
11 ],
12
13 shared_libs: [
14 "libbase",
Yifan Hong63544ea2016-11-16 14:17:58 -080015 "libhidlbase",
16 "libhidltransport",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070017 "liblog",
18 "libutils",
19 "android.hardware.tests.inheritance@1.0",
20 ],
21
22}