blob: 21caf7f3c6bfffbc2f407342c77aa0bcae6e84d8 [file] [log] [blame]
cc_library_shared {
name: "libsdmdal",
defaults: ["qtidisplay_defaults"],
sanitize: {
integer_overflow: true,
},
vendor: true,
header_libs: [
"qti_display_kernel_headers",
],
cflags: [
"-fno-operator-names",
"-Wno-unused-parameter",
"-DLOG_TAG=\"SDM\"",
],
shared_libs: [
"libdisplaydebug",
"libsdmutils",
"libdrm",
"libdrmutils",
"libsdedrm",
],
srcs: [
"hw_events_interface.cpp",
"hw_info_interface.cpp",
"hw_interface.cpp",
"hw_info_drm.cpp",
"hw_device_drm.cpp",
"hw_peripheral_drm.cpp",
"hw_tv_drm.cpp",
"hw_events_drm.cpp",
"hw_scale_drm.cpp",
"hw_virtual_drm.cpp",
"hw_color_manager_drm.cpp",
],
}