blob: ff7c4ae5f864f6af34aea0fc1a6fe5fd151d09b0 [file] [log] [blame]
hidl_output {
name: "ifoo",
output_name: "ITestService.h",
output_type: "i_h",
srcs: ["ITestService.hal"],
}
hidl_output {
name: "fooproxy",
output_name: "TestServiceProxy.cpp",
output_type: "proxy_cpp",
srcs: ["ITestService.hal"],
}
cc_binary {
name: "test_hidl_build",
srcs: ["foo.cpp"],
generated_headers: ["ifoo"],
generated_sources: ["fooproxy"],
include_dirs: ["system/libhwbinder/include", "system/core/base/include"],
}