blob: 185e5ea4657bb2596c1094db98d2fdd1f129332c [file] [log] [blame]
Yifan Hongdd39db02016-10-06 13:50:49 -07001
2
3cc_library_shared {
4 name: "android.hardware.tests.foo@1.0-impl",
5 relative_install_path: "hw",
6 srcs: [
7 "Foo.cpp",
8 "FooCallback.cpp",
Yifan Hongdd39db02016-10-06 13:50:49 -07009 ],
10
11 shared_libs: [
12 "libbase",
13 "libhidl",
Yifan Hong9171fb82016-10-17 11:38:15 -070014 "libfootest",
Yifan Hongdd39db02016-10-06 13:50:49 -070015 "libhwbinder",
16 "liblog",
17 "libutils",
18 "android.hardware.tests.foo@1.0",
19 ],
20
21}