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:
+79
@@ -543,6 +543,31 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libeden_model",
|
name: "libeden_model",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1364,6 +1389,60 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libhwjsqz",
|
name: "libhwjsqz",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
|
|||||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -76,6 +76,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libcrane_compiler \
|
libcrane_compiler \
|
||||||
libcrypto-tm \
|
libcrypto-tm \
|
||||||
libdove_compiler \
|
libdove_compiler \
|
||||||
|
libdpuhdr10p_8825 \
|
||||||
libeden_model \
|
libeden_model \
|
||||||
libeden_nn \
|
libeden_nn \
|
||||||
libeden_osal \
|
libeden_osal \
|
||||||
@@ -104,6 +105,8 @@ PRODUCT_PACKAGES += \
|
|||||||
libgraphgen_intermediate_process \
|
libgraphgen_intermediate_process \
|
||||||
libgraphgen_misc \
|
libgraphgen_misc \
|
||||||
libgraphgen_network \
|
libgraphgen_network \
|
||||||
|
libhdr10p_meta_plugin_default \
|
||||||
|
libhdr_plugin_exynos8825 \
|
||||||
libhwjsqz \
|
libhwjsqz \
|
||||||
libir \
|
libir \
|
||||||
libnpu_compiler \
|
libnpu_compiler \
|
||||||
|
|||||||
Reference in New Issue
Block a user