blob: eaf0dab66680f2afe7e8aa1b4e5843b6aced9734 [file] [log] [blame]
cc_library_host_shared {
name: "libinterceptor",
srcs: ["interceptor.cc"],
static_libs: [
"libc++fs",
"libbase",
],
}
sh_binary_host {
name: "interceptor",
src: "interceptor",
}