From 140f193b809b2514f22100fcfcf56cfb1a72c3b1 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Sun, 12 May 2019 12:40:15 +0200 Subject: msm8996-common: Update blobs to LA.UM.7.5.r1-04800-8x96.0 Change-Id: I21c1c4a0f6e071cd82803f9fff8f0cce7cd16d94 --- extract-files.sh | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'extract-files.sh') diff --git a/extract-files.sh b/extract-files.sh index 5f7c03f..07585db 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -80,20 +80,6 @@ function blob_fixup() { sed -i "s|/firmware/image|/vendor/f/image|g" "${2}" ;; - # Hex edit msm8953 hals to msm8996 - vendor/lib/hw/gatekeeper.msm8996.so | vendor/lib64/hw/gatekeeper.msm8996.so) - sed -i "s|gatekeeper.msm8953.so|gatekeeper.msm8996.so|g" "${2}" - ;; - - vendor/lib/hw/keystore.msm8996.so | vendor/lib64/hw/keystore.msm8996.so) - sed -i "s|keystore.msm8953.so|keystore.msm8996.so|g" "${2}" - ;; - - # Hex edit /bt_firmware to /vendor/btfw to delete the outdated rootdir symlinks - vendor/lib64/hw/android.hardware.bluetooth@1.0-impl-qti.so) - sed -i "s|/bt_firmware|/vendor/btfw|g" "${2}" - ;; - # Hex edit libaudcal.so to store acdbdata in new paths vendor/lib/libaudcal.so | vendor/lib64/libaudcal.so) sed -i "s|/data/vendor/misc/audio/acdbdata/delta/|/data/vendor/audio/acdbdata/delta/\x00\x00\x00\x00\x00|g" "${2}" -- cgit v1.2.3