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