blob: 638d3a4011adbc18a43a4cdb84bdcb116023775f [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",
6 srcs: [
7 "Fetcher.cpp",
8 "Parent.cpp",
9 "Child.cpp",
10 ],
11
12 shared_libs: [
13 "libbase",
Yifan Hong6b920e42016-11-16 14:17:58 -080014 "libhidlbase",
15 "libhidltransport",
Yifan Hongcc6ad7d2016-10-18 18:44:17 -070016 "libhwbinder",
17 "liblog",
18 "libutils",
19 "android.hardware.tests.inheritance@1.0",
20 ],
21
22}