| 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: [ |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| "libcutils", |
| "libdl", |
| "liblog", |
| "//vendor/qcom/sm8150:libqdMetaData", |
| ], |
| header_libs: [ |
| "display_headers", |
| "device_kernel_headers", |
| ], |
| export_header_lib_headers: [ |
| "device_kernel_headers", |
| ], |
| export_include_dirs: ["."], |
| } |