]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/blob - tests/foo/1.0/default/Android.bp
0e1d34d355294369eedbaf54cfea5ac44b4f420d
[android/platform-hardware-interfaces.git] / tests / foo / 1.0 / default / Android.bp
3 cc_library_shared {
4     name: "android.hardware.tests.foo@1.0-impl",
5     defaults: ["hidl_defaults"],
6     relative_install_path: "hw",
7     srcs: [
8         "Foo.cpp",
9     ],
11     shared_libs: [
12         "libbase",
13         "libcutils",
14         "libhidlbase",
15         "libhidltransport",
16         "libfootest",
17         "liblog",
18         "libutils",
19         "android.hardware.tests.foo@1.0",
20     ],
22 }