blob: d97bd8300380888e7bb1160bb2af0994aa5adcc5 [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",
14 "libhidl",
15 "libhwbinder",
16 "liblog",
17 "libutils",
18 "android.hardware.tests.inheritance@1.0",
19 ],
20
21}