s5e8825-common: Extract HDR Graphics plugins

Change-Id: I1e00974a457f5eb2fa54c1f84e49ef7381167c8b
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
This commit is contained in:
Majaahh
2026-06-28 17:45:41 -03:00
committed by Flopster101
parent 68b79ce3d7
commit 8e798276d9
5 changed files with 82 additions and 0 deletions
+79
View File
@@ -543,6 +543,31 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libdpuhdr10p_8825",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libdpuhdr10p_8825.so",
],
shared_libs: [
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libeden_model",
owner: "samsung",
@@ -1364,6 +1389,60 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libhdr10p_meta_plugin_default",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libhdr10p_meta_plugin_default.so",
],
shared_libs: [
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libhdr_plugin_exynos8825",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libhdr_plugin_exynos8825.so",
],
shared_libs: [
"liblog",
"libutils",
"libcutils",
"libxml2",
"libdpuhdr10p_8825",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libhwjsqz",
owner: "samsung",
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3
View File
@@ -76,6 +76,7 @@ PRODUCT_PACKAGES += \
libcrane_compiler \
libcrypto-tm \
libdove_compiler \
libdpuhdr10p_8825 \
libeden_model \
libeden_nn \
libeden_osal \
@@ -104,6 +105,8 @@ PRODUCT_PACKAGES += \
libgraphgen_intermediate_process \
libgraphgen_misc \
libgraphgen_network \
libhdr10p_meta_plugin_default \
libhdr_plugin_exynos8825 \
libhwjsqz \
libir \
libnpu_compiler \