aboutsummaryrefslogtreecommitdiff
path: root/extract-files.sh
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2019-05-12 12:40:15 +0200
committerDavide Garberi <dade.garberi@gmail.com>2019-05-15 17:59:17 +0200
commit140f193b809b2514f22100fcfcf56cfb1a72c3b1 (patch)
treea3367acca9045dc5a9f1a4722603fc577ab7e6be /extract-files.sh
parent9641c4f1921692fe2546ac83faa818f810d8e59e (diff)
msm8996-common: Update blobs to LA.UM.7.5.r1-04800-8x96.0
Change-Id: I21c1c4a0f6e071cd82803f9fff8f0cce7cd16d94
Diffstat (limited to '')
-rwxr-xr-xextract-files.sh14
1 files changed, 0 insertions, 14 deletions
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}"