Yifan Hong | cc6ad7d | 2016-10-18 18:44:17 -0700 | [diff] [blame] | 1 | |
2 | |||||
3 | cc_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 | } |