blob: 2864898df1c43dbbb9093a62912e58ca674a3f0f [file] [log] [blame]
cc_defaults {
name: "display_defaults",
cflags: [
"-Wno-missing-field-initializers",
"-Wconversion",
"-Wall",
"-Werror",
"-std=c++14",
],
shared_libs: [
"liblog",
"libcutils",
"libutils",
],
header_libs: ["display_headers"],
clang: true,
}
cc_library_headers {
name: "display_headers",
vendor_available: true,
export_include_dirs: [
"include",
"libcopybit",
"libdrmutils",
"libqdutils",
"libqservice",
"gpu_tonemapper",
"sdm/include",
"gralloc",
"libdebug",
"libhistogram",
],
header_libs: ["libhardware_headers"],
export_header_lib_headers: ["libhardware_headers"],
}
subdirs = [
"libqservice",
"libqdutils",
]