mirror of
https://github.com/Evolution-X-Devices/device_samsung_beyondx
synced 2026-01-27 12:56:29 +00:00
beyondx: 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}"
|
||||
|
||||
@@ -94,9 +94,6 @@ vendor/etc/floating_feature.xml
|
||||
vendor/etc/plmn_se13.bin
|
||||
vendor/etc/init/init.baseband.rc
|
||||
|
||||
## RIL - from beyondx - G977BXXSAFUI5
|
||||
-vendor/lib64/libsec-ril.so|2a0ee22a84cf1b6b9c8ed11dc5b175379c8d82ba
|
||||
|
||||
## Sensors
|
||||
-vendor/bin/hw/lhd
|
||||
vendor/etc/sensor/lhd.conf
|
||||
|
||||
Reference in New Issue
Block a user