blob: f6ca88a046b0a96596687f78a2c8aa6403ae2a37 [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",
Steven Moreland46c0b942017-01-12 13:33:16 -08007 proprietary: true,
Yifan Hongcc6ad7d2016-10-18 18:44:17 -07008 srcs: [
9 "Fetcher.cpp",
10 "Parent.cpp",
11 "Child.cpp",
12 ],
13
14 shared_libs: [
15 "libbase",
Yifan Hong63544ea2016-11-16 14:17:58 -080016 "libhidlbase",
17 "libhidltransport",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070018 "liblog",
19 "libutils",
20 "android.hardware.tests.inheritance@1.0",
21 ],
22
23}