blob: e160d8aa826fc9259f8cf32e2cf1c961f22a22b9 [file] [log] [blame]
Hridya Valsaraju6cf95f32017-02-22 10:51:01 -08001cc_library_shared {
2 name: "android.hardware.tests.baz@1.0-impl",
3 relative_install_path: "hw",
4 proprietary: true,
5 srcs: [
6 "Baz.cpp",
7 ],
8 shared_libs: [
9 "libbase",
10 "libhidlbase",
11 "libhidltransport",
12 "libutils",
13 "android.hardware.tests.baz@1.0",
14 "android.hidl.base@1.0",
15 ],
16}