blob: 090c36eac84767abc1c95a018144653d84bdc09c [file] [log] [blame]
Yifan Hongcc6ad7d2016-10-18 18:44:17 -07001
2
3cc_library_shared {
4 name: "android.hardware.tests.inheritance@1.0-impl",
5 relative_install_path: "hw",
Steven Morelandff422482017-01-12 13:33:16 -08006 proprietary: true,
Yifan Hongcc6ad7d2016-10-18 18:44:17 -07007 srcs: [
8 "Fetcher.cpp",
9 "Parent.cpp",
10 "Child.cpp",
11 ],
12
13 shared_libs: [
14 "libbase",
Yifan Hong6b920e42016-11-16 14:17:58 -080015 "libhidlbase",
16 "libhidltransport",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070017 "libhwbinder",
18 "liblog",
19 "libutils",
20 "android.hardware.tests.inheritance@1.0",
21 ],
22
23}