blob: 47b378388d2964b3ccc723815977047fd083c811 [file] [log] [blame]
cc_library_static {
name: "libhttps",
host_supported: true,
srcs: [
"BaseConnection.cpp",
"BufferedSocket.cpp",
"ClientSocket.cpp",
"HTTPClientConnection.cpp",
"HTTPRequestResponse.cpp",
"HTTPServer.cpp",
"PlainSocket.cpp",
"SSLSocket.cpp",
"ServerSocket.cpp",
"WebSocketHandler.cpp",
"RunLoop.cpp",
"Support.cpp",
],
defaults: ["cuttlefish_host_only"],
static_libs: [
"libandroidglue",
],
shared_libs: [
"libbase",
"libcrypto",
"libssl",
],
local_include_dirs: ["include"],
export_include_dirs: ["include"],
}