fixup! universal9830: Decommonize various blobs

Reasons for fixup:
* gatekeeper links with libteecl.so, hence it has to be added as a dummy lib.
* tzts_service links with libuuid.so, hence it has to be added as a dummy lib.

Change-Id: Ic1871dda261a3726a8b17f32a3a752880b28787f
Signed-off-by: ExtremeXT <extremextdev@gmail.com>
This commit is contained in:
ExtremeXT
2025-10-27 15:30:11 +02:00
parent 97b5634717
commit 70152a364e
3 changed files with 13 additions and 25 deletions
+13 -24
View File
@@ -2276,30 +2276,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libuuid_vendor",
stem: "libuuid",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libuuid.so",
],
shared_libs: [
"liblog",
"libc",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libvkmanager_vendor",
owner: "samsung",
@@ -3205,3 +3181,16 @@ install_symlink {
installed_location: "lib64/libOpenCL.so.1.1",
symlink_target: "/vendor/lib64/egl/libGLES_mali.so",
}
cc_library_shared {
name: "libteecl",
compile_multilib: "64",
soc_specific: true,
}
cc_library_shared {
name: "libuuid_vendor",
stem: "libuuid",
compile_multilib: "64",
soc_specific: true,
}
Binary file not shown.
-1
View File
@@ -174,7 +174,6 @@ PRODUCT_PACKAGES += \
libstork_shared \
libuniapi \
libuniplugin \
libuuid_vendor \
libvkmanager_vendor \
libvkservice \
libvpl \