diff --git a/Android.bp b/Android.bp index aaaa034..0c95808 100644 --- a/Android.bp +++ b/Android.bp @@ -4879,49 +4879,6 @@ cc_prebuilt_library_shared { soc_specific: true, } -cc_prebuilt_library_shared { - name: "libpvr", - owner: "samsung", - strip: { - none: true, - }, - target: { - android_arm: { - srcs: [ - "proprietary/vendor/lib/libpvr.so", - ], - shared_libs: [ - "libutils", - "libcutils", - "liblog", - "libQSEEComAPI", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - android_arm64: { - srcs: [ - "proprietary/vendor/lib64/libpvr.so", - ], - shared_libs: [ - "libutils", - "libcutils", - "liblog", - "libQSEEComAPI", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "both", - prefer: true, - soc_specific: true, -} - cc_prebuilt_library_shared { name: "libqcbor", owner: "samsung", diff --git a/acheron-vendor.mk b/acheron-vendor.mk index c5b1eb5..1531a79 100644 --- a/acheron-vendor.mk +++ b/acheron-vendor.mk @@ -252,7 +252,6 @@ PRODUCT_PACKAGES += \ libpdmapper \ libpdnotifier \ libperipheral_client \ - libpvr \ libqcbor \ libqcc_file_agent \ libqcci_legacy \ diff --git a/proprietary/vendor/lib/libpvr.so b/proprietary/vendor/lib/libpvr.so deleted file mode 100644 index 26d70ef..0000000 Binary files a/proprietary/vendor/lib/libpvr.so and /dev/null differ diff --git a/proprietary/vendor/lib64/libpvr.so b/proprietary/vendor/lib64/libpvr.so deleted file mode 100644 index 75f1bfa..0000000 Binary files a/proprietary/vendor/lib64/libpvr.so and /dev/null differ