blob: 0d47001c81bea90a6dc40fda2713177a429d6a3a [file] [log] [blame]
Yifan Hongd5b5b2e2016-10-06 13:50:49 -07001
2
3cc_library_shared {
4 name: "android.hardware.tests.bar@1.0-impl",
5 relative_install_path: "hw",
6 srcs: [
7 "Bar.cpp",
8 "ImportTypes.cpp",
9 ],
10
11 shared_libs: [
12 "libbase",
13 "libhidl",
14 "libhwbinder",
15 "liblog",
16 "libutils",
17 "android.hardware.tests.foo@1.0",
18 "android.hardware.tests.bar@1.0",
19 ],
20
21}