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.
63 lines
1.3 KiB
63 lines
1.3 KiB
cc_library_headers {
|
|
name: "libuapi_adp_headers",
|
|
vendor: true,
|
|
export_include_dirs: ["."],
|
|
}
|
|
|
|
cc_library_static {
|
|
name: "libuapi_adp",
|
|
proprietary: true,
|
|
compile_multilib: "both",
|
|
|
|
srcs: [
|
|
"adp_uapi_ext.c",
|
|
],
|
|
|
|
include_dirs: [
|
|
"vendor/platform/secure_c/include",
|
|
],
|
|
|
|
header_libs: [
|
|
"drv_generic_headers",
|
|
"libuapi_audio_headers",
|
|
"libuapi_generic_headers",
|
|
"libuapi_media_headers",
|
|
"libuapi_video_headers",
|
|
"libuapi_hacodec_headers",
|
|
"libuapi_cec_headers",
|
|
"libuapi_vo_headers",
|
|
"libuapi_ao_headers",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libuapi_securec",
|
|
"libuapi_common",
|
|
"libcutils",
|
|
"libutils",
|
|
"libui",
|
|
"libdl",
|
|
"liblog",
|
|
"libuapi_avplay",
|
|
"libuapi_ao",
|
|
"libuapi_vo",
|
|
"libuapi_frontend",
|
|
"libuapi_ai",
|
|
"libuapi_dispmng",
|
|
"libuapi_i2c",
|
|
"libteec_vendor",
|
|
],
|
|
|
|
cflags: [
|
|
"-DLOG_TAG=\"libuapi_adp\"",
|
|
"-DCONFIG_SOCT_LOG_SUPPORT",
|
|
"-Wformat",
|
|
"-Wlong-long",
|
|
"-Wpointer-arith",
|
|
"-fstack-protector-all",
|
|
"-fPIC",
|
|
"-Werror",
|
|
"-Wall",
|
|
],
|
|
clang: true,
|
|
}
|