gts4lv-common: Drop all(most) pre-R blob hax

Sadly /system/lib64/libantradio.so still depends on libhidltransport
and libhwbinder, while /vendor/lib64/libsec-ril.so also depends on
libhwbinder.

Change-Id: Ie70ba40d6ae4f5344a44be6565aa6bc1cca66a35
This commit is contained in:
Bruno Martins
2021-04-10 16:47:04 +01:00
parent de98277c56
commit edd10e6a30
4 changed files with 0 additions and 32 deletions

View File

@@ -4,5 +4,3 @@ libcdsprpc.so
libfastcvopt.so
libqti-perfd-client.so
libsdsprpc.so
libprotobuf-cpp-full.so
libprotobuf-cpp-lite.so

View File

@@ -21,14 +21,6 @@ if [ ! -f "${HELPER}" ]; then
fi
source "${HELPER}"
function blob_fixup() {
case "${1}" in
vendor/lib64/libsec-ril.so)
sed -i "s/libhidltransport.so/libcutils-v29.so\x00\x00\x00/" "${2}"
;;
esac
}
# Default to sanitizing the vendor folder before extraction
CLEAN_VENDOR=true

View File

@@ -165,10 +165,7 @@ PRODUCT_PACKAGES += \
# HIDL
PRODUCT_PACKAGES += \
android.hidl.base@1.0 \
android.hidl.base@1.0.vendor \
libhidltransport \
libhidltransport.vendor \
libhwbinder \
libhwbinder.vendor
@@ -258,11 +255,6 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.perf@2.1.vendor \
vendor.qti.hardware.perf@2.2.vendor
# Protobuf
PRODUCT_PACKAGES += \
libprotobuf-cpp-full-vendorcompat \
libprotobuf-cpp-lite-vendorcompat
# QCOM
PRODUCT_PACKAGES += \
libjson \
@@ -300,10 +292,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.usb@1.1-service.gts4lv
# VNDK
PRODUCT_COPY_FILES += \
prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-sp/libcutils.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libcutils-v29.so
# WiFi
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wifi/indoorchannel.info:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/indoorchannel.info \

View File

@@ -1,10 +0,0 @@
cc_library_shared {
name: "android.hidl.base@1.0",
vendor_available: true,
shared_libs: [
"libhidlbase",
],
export_shared_lib_headers: [
"libhidlbase",
],
}