sm8250-common: Replace libhypervintf with a shim

Change-Id: Ib516801c6c62ad78912aa851aaa08511d29822a9
This commit is contained in:
Bruno Martins
2025-03-30 18:26:17 +01:00
parent 5ee7b89536
commit 60dddb93a5
4 changed files with 0 additions and 58 deletions
-56
View File
@@ -6354,37 +6354,6 @@ cc_prebuilt_library_shared {
soc_specific: true, 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 { cc_prebuilt_library_shared {
name: "libimage_enhancement.arcsoft", name: "libimage_enhancement.arcsoft",
owner: "samsung", owner: "samsung",
@@ -9756,31 +9725,6 @@ cc_prebuilt_library_shared {
soc_specific: true, 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 { cc_prebuilt_library_shared {
name: "vendor.samsung.hardware.radio-V1-ndk", name: "vendor.samsung.hardware.radio-V1-ndk",
owner: "samsung", owner: "samsung",
Binary file not shown.
-2
View File
@@ -278,7 +278,6 @@ PRODUCT_PACKAGES += \
libhta_hexagon_runtime \ libhta_hexagon_runtime \
libhypermotion_core \ libhypermotion_core \
libhypermotion_interface \ libhypermotion_interface \
libhypervintf \
libimage_enhancement.arcsoft \ libimage_enhancement.arcsoft \
libimagecodec_native.quram \ libimagecodec_native.quram \
libipebpsstriping \ libipebpsstriping \
@@ -396,7 +395,6 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.vpp@1.2 \ vendor.qti.hardware.vpp@1.2 \
vendor.qti.hardware.vpp@1.3 \ vendor.qti.hardware.vpp@1.3 \
vendor.samsung.hardware.bluetooth@2.0 \ vendor.samsung.hardware.bluetooth@2.0 \
vendor.samsung.hardware.hyper-V2-ndk_platform \
vendor.samsung.hardware.radio-V1-ndk \ vendor.samsung.hardware.radio-V1-ndk \
vendor.samsung.hardware.radio.bridge-V1-ndk \ vendor.samsung.hardware.radio.bridge-V1-ndk \
vendor.samsung.hardware.radio.channel-V1-ndk \ vendor.samsung.hardware.radio.channel-V1-ndk \