blob: 4e8d31d3ae8595fc38aa68fc4d5a1bb1d0ce4583 [file] [log] [blame]
cc_library_static {
name: "libGoldfishAddressSpace",
vendor: true,
srcs: [
"goldfish_address_space.cpp",
],
shared_libs: [
"liblog",
"libdrm",
],
export_include_dirs: [
"include",
],
cflags: [
"-DLOG_TAG=\"goldfish-address-space\"",
"-DVIRTIO_GPU",
],
}