You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
868 B

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: ["."],
}