cc_library_shared { | |
name: "android.hardware.tests.foo@1.0-impl", | |
defaults: ["hidl_defaults"], | |
relative_install_path: "hw", | |
proprietary: true, | |
srcs: [ | |
"Foo.cpp", | |
], | |
shared_libs: [ | |
"libbase", | |
"libcutils", | |
"libhidlbase", | |
"libhidltransport", | |
"libfootest", | |
"liblog", | |
"libutils", | |
"android.hardware.tests.foo@1.0", | |
], | |
} |