1 2 3 cc_library_shared { 4 name: "android.hardware.tests.foo (a] 1.0-impl", 5 defaults: ["hidl_defaults"], 6 relative_install_path: "hw", 7 proprietary: true, 8 srcs: [ 9 "Foo.cpp", 10 ], 11 12 shared_libs: [ 13 "libbase", 14 "libcutils", 15 "libhidlbase", 16 "libhidltransport", 17 "libfootest", 18 "liblog", 19 "libutils", 20 "android.hardware.tests.foo (a] 1.0", 21 ], 22 23 } 24