diff --git a/Android.bp b/Android.bp index 749fecc..13d0e23 100644 --- a/Android.bp +++ b/Android.bp @@ -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", diff --git a/proprietary/vendor/lib64/libhypervintf.so b/proprietary/vendor/lib64/libhypervintf.so deleted file mode 100644 index 5751fc5..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 f3eb61b..0000000 Binary files a/proprietary/vendor/lib64/vendor.samsung.hardware.hyper-V2-ndk_platform.so and /dev/null differ diff --git a/sm7125-common-vendor.mk b/sm7125-common-vendor.mk index 8da1645..0214386 100644 --- a/sm7125-common-vendor.mk +++ b/sm7125-common-vendor.mk @@ -455,7 +455,6 @@ PRODUCT_PACKAGES += \ libSemTelephonyProps \ libengmode_client \ libhexagon_nn_stub \ - libhypervintf \ libkeymaster_helper \ libnanopb \ libnlnetmgr \ @@ -467,7 +466,6 @@ PRODUCT_PACKAGES += \ unnhal-acc-adreno \ unnhal-acc-common \ unnhal-acc-hvx \ - vendor.samsung.hardware.hyper-V2-ndk_platform \ vendor.samsung.hardware.radio.bridge@2.0 \ vendor.samsung.hardware.radio.bridge@2.1 \ vendor.samsung.hardware.radio.channel@2.0 \