acheron: Replace libhypervintf with a shim

* Needed by thermal, we don't use hyper HAL.

Co-authored-by: chaptsand <chaptsand@gmail.com>
Co-authored-by: pckotzer <thegamethis@outlook.com>
Change-Id: I143ea53145dfc0761685793bfe3d3fbd3d552770
This commit is contained in:
Josip Kelecic
2026-07-05 16:15:51 +07:00
committed by Vayruz Rafli
co-authored by chaptsand pckotzer
parent e9fabfc1c4
commit 644a75cf22
4 changed files with 0 additions and 58 deletions
-56
View File
@@ -12180,37 +12180,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libhypervintf",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libhypervintf.so",
],
shared_libs: [
"libcutils",
"liblog",
"libutils",
"libbinder",
"libbinder_ndk",
"libhidlbase",
"vendor.samsung.hardware.hyper-V2-ndk_platform",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libkeymaster_helper",
owner: "samsung",
@@ -12593,31 +12562,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "vendor.samsung.hardware.hyper-V2-ndk_platform",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/vendor.samsung.hardware.hyper-V2-ndk_platform.so",
],
shared_libs: [
"libbinder_ndk",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "vendor.samsung.hardware.radio.bridge@2.0",
owner: "samsung",