diff --git a/Android.bp b/Android.bp index 22e1e29..b90d6de 100644 --- a/Android.bp +++ b/Android.bp @@ -6354,37 +6354,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: "libimage_enhancement.arcsoft", owner: "samsung", @@ -9756,31 +9725,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-V1-ndk", owner: "samsung", diff --git a/proprietary/vendor/lib64/libhypervintf.so b/proprietary/vendor/lib64/libhypervintf.so deleted file mode 100644 index 2d5bc96..0000000 Binary files a/proprietary/vendor/lib64/libhypervintf.so and /dev/null differ diff --git a/proprietary/vendor/lib64/vendor.samsung.hardware.hyper-V2-ndk_platform.so b/proprietary/vendor/lib64/vendor.samsung.hardware.hyper-V2-ndk_platform.so deleted file mode 100644 index c9dfb65..0000000 Binary files a/proprietary/vendor/lib64/vendor.samsung.hardware.hyper-V2-ndk_platform.so and /dev/null differ diff --git a/sm8250-common-vendor.mk b/sm8250-common-vendor.mk index 4e2bbe8..eb3b398 100644 --- a/sm8250-common-vendor.mk +++ b/sm8250-common-vendor.mk @@ -278,7 +278,6 @@ PRODUCT_PACKAGES += \ libhta_hexagon_runtime \ libhypermotion_core \ libhypermotion_interface \ - libhypervintf \ libimage_enhancement.arcsoft \ libimagecodec_native.quram \ libipebpsstriping \ @@ -396,7 +395,6 @@ PRODUCT_PACKAGES += \ vendor.qti.hardware.vpp@1.2 \ vendor.qti.hardware.vpp@1.3 \ vendor.samsung.hardware.bluetooth@2.0 \ - vendor.samsung.hardware.hyper-V2-ndk_platform \ vendor.samsung.hardware.radio-V1-ndk \ vendor.samsung.hardware.radio.bridge-V1-ndk \ vendor.samsung.hardware.radio.channel-V1-ndk \