blob: 62215d52ee4fa0c97a072a4553bb90919461a6c2 [file] [log] [blame]
cc_test {
name: "hidl_lazy_test",
defaults: ["hidl-gen-defaults"],
srcs: ["hidl_lazy_test.cpp"],
shared_libs: [
"android.hardware.tests.lazy@1.1",
"libbase",
"libhidl-gen-utils",
"libhidlbase",
"liblog",
"libutils",
],
test_suites: ["general-tests"],
require_root: true,
}
cc_binary {
name: "hidl_lazy_test_server",
system_ext_specific: true,
vintf_fragments: ["hidl_lazy_test_server.xml"],
init_rc: ["hidl_lazy_test_server.rc"],
srcs: ["hidl_lazy_test_server.cpp"],
shared_libs: [
"android.hardware.tests.lazy@1.1",
"libbase",
"libhidlbase",
"libutils",
],
}