blob: 8a185b8b05f449e6d23f3cb891c7ff1b59a99890 [file] [log] [blame] [edit]
package {
default_applicable_licenses: ["hardware_qcom_sm7250_display_license"],
}
cc_library_shared {
name: "libgrallocutils",
vendor: true,
defaults: ["display_go_defaults"],
srcs: [
"gr_adreno_info.cpp",
"gr_camera_info.cpp",
"gr_utils.cpp",
],
cflags: [
"-DLOG_TAG=\"qdgralloc\"",
"-D__QTI_DISPLAY_GRALLOC__",
"-Wno-sign-conversion",
],
shared_libs: [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"libcutils",
"libdl",
"liblog",
"//vendor/qcom/sm7250:libqdMetaData",
],
header_libs: [
"display_headers",
"device_kernel_headers",
],
export_header_lib_headers: [
"device_kernel_headers",
],
export_include_dirs: ["."],
sanitize: {
integer_overflow: true,
},
}