blob: a67dc09d7f6a626a8f662560ed64aaa2708929c4 [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 Moreland46c0b942017-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 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}