36 lines
728 B
Plaintext
36 lines
728 B
Plaintext
cc_library_shared {
|
|
name: "libcodec2_rk_component",
|
|
vendor: true,
|
|
defaults: [
|
|
"libcodec2_rk-defaults",
|
|
"libcodec2_rk_sanitize_signed-defaults",
|
|
],
|
|
|
|
srcs: [
|
|
"C2RKComponentFactory.cpp",
|
|
],
|
|
|
|
header_libs: [
|
|
"libcodec2_rk_osal_headers",
|
|
"libcodec2_rk_base_headers",
|
|
"libcodec2_rk_video_headers",
|
|
],
|
|
|
|
static_libs: [
|
|
"libcodec2_rk_osal",
|
|
"libcodec2_rk_base",
|
|
"libcodec2_rk_video",
|
|
],
|
|
|
|
shared_libs: [
|
|
"librga",
|
|
"libui",
|
|
"libhidlbase",
|
|
"libhardware",
|
|
"libsfplugin_ccodec_utils",
|
|
"libgralloctypes",
|
|
"android.hardware.graphics.mapper@4.0",
|
|
"libmpp",
|
|
],
|
|
}
|