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.

43 lines
731 B

cc_library_shared {
name: "libuapi_gfx2d",
proprietary: true,
compile_multilib: "both",
srcs: [
"uapi_gfx2d.c",
"mpi_gfx2d_iapi_para.c",
"mpi_gfx2d_api.c",
],
include_dirs: [
"vendor/platform/secure_c/include",
],
local_include_dirs: [
"include",
],
header_libs: [
"drv_generic_headers",
"drv_gfx2d_headers",
"drv_tde_headers",
"libuapi_gfx2d_headers",
],
export_header_lib_headers: [
"libuapi_gfx2d_headers",
],
shared_libs: [
"libuapi_securec",
],
cflags: [
"-Wformat",
"-Wlong-long",
"-fno-common",
"-Wpointer-arith",
],
clang: true,
}