mirror of
https://github.com/Evolution-X-Devices/device_samsung_d1
synced 2026-01-27 05:17:35 +00:00
d1: Commonize libsec-ril
Change-Id: I8ee05b72796aff6162d450fbad80f87ee1597b85
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
|
||||
function blob_fixup() {
|
||||
case "${1}" in
|
||||
vendor/lib*/libsec-ril*.so)
|
||||
"${PATCHELF}" --replace-needed libril.so libril-samsung.so "${2}"
|
||||
;;
|
||||
vendor/lib64/libexynoscamera3.so)
|
||||
xxd -p "${2}" | sed "s/8b022036/1f2003d5/g" | xxd -r -p > "${2}".patched
|
||||
mv "${2}".patched "${2}"
|
||||
|
||||
@@ -103,10 +103,6 @@ vendor/etc/floating_feature.xml
|
||||
vendor/etc/plmn_se13.bin
|
||||
vendor/etc/init/init.baseband.rc
|
||||
|
||||
## RIL - from d1 - N970FXXS7FUI7
|
||||
-vendor/lib64/libsec-ril.so|1d719a5d8d3970495e5ddb2bce1801bee50f0839
|
||||
-vendor/lib64/libsec-ril-dsds.so|a78c6b9ce735d9e89cac241dcc98b5c2b368645f
|
||||
|
||||
## Sensors
|
||||
-vendor/bin/hw/lhd
|
||||
vendor/etc/sensor/lhd.conf
|
||||
|
||||
Reference in New Issue
Block a user