blob: f4ebf614a956fb8ceb4f2c5824d5af29dbe145de [file] [log] [blame]
package {
default_applicable_licenses: ["hardware_qcom_sm8150_display_license"],
}
cc_library_shared {
name: "libgrallocutils",
vendor: true,
defaults: ["display_go_defaults"],
srcs: [
"gr_utils.cpp",
"gr_adreno_info.cpp",
],
cflags: [
"-DLOG_TAG=\"qdgralloc\"",
"-Wno-sign-conversion",
],
shared_libs: [
"android.hardware.graphics.mapper@2.0",
"android.hardware.graphics.mapper@2.1",
"android.hardware.graphics.mapper@3.0",
"android.hardware.graphics.mapper@4.0",
"libcutils",
"libdl",
"liblog",
"//vendor/qcom/sm8150:libqdMetaData",
],
header_libs: [
"display_headers",
"device_kernel_headers",
],
export_header_lib_headers: [
"device_kernel_headers",
],
export_include_dirs: ["."],
}