blob: 07d02ce32b9cd33c32bff9ac996c7c3a7cf35b97 [file] [log] [blame]
cc_binary {
name: "socket_forward_proxy",
srcs: [
"main.cpp",
],
shared_libs: [
"libbase",
"vsoc_lib",
"liblog",
"cuttlefish_tcp_socket",
],
static_libs: [
"libgflags",
],
header_libs: [
"cuttlefish_glog",
],
target: {
linux: {
static_libs: [
"libcuttlefish_host_config",
],
},
},
defaults: ["cuttlefish_host_and_guest", "cuttlefish_native_isa"]
}