mirror of
https://github.com/Evolution-X-Devices/device_samsung_d2x
synced 2026-01-27 14:39:33 +00:00
d2x: 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}"
|
||||
|
||||
@@ -111,9 +111,6 @@ vendor/etc/floating_feature.xml
|
||||
vendor/etc/plmn_se13.bin
|
||||
vendor/etc/init/init.baseband.rc
|
||||
|
||||
## RIL - from d2x - N976BXXS7FUI7
|
||||
-vendor/lib64/libsec-ril.so|84f9da107f894cf6ce4bbfdb9f88803a9af0fb3f
|
||||
|
||||
## Sensors
|
||||
-vendor/bin/hw/lhd
|
||||
vendor/etc/sensor/lhd.conf
|
||||
|
||||
Reference in New Issue
Block a user