Skip to content

Commit

Permalink
cereus: patch our RIL lib to accept incoming calls
Browse files Browse the repository at this point in the history
Signed-off-by: Jarl-Penguin <[email protected]>
Change-Id: Ic6d7465ecbad3ddd23662d0712cb2ff5365b207f
  • Loading branch information
JarlPenguin committed Oct 23, 2019
1 parent fa061e0 commit 7d04f26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ export VENDOR=xiaomi
export DEVICE_BRINGUP_YEAR=2019

./"../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" $@

BLOB_ROOT="${LINEAGE_ROOT}/vendor/${VENDOR}/${DEVICE}/proprietary"

sed -i 's/AT+EAIC=2/AT+EAIC=3/g' "${BLOB_ROOT}/lib/libmtk-ril.so"
4 changes: 4 additions & 0 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Proprietary files for cereus

# RIL
vendor/lib/libmtk-ril.so:lib/libmtk-ril.so|6a5471dd413e1f980668ae9bad0db9b3234dcdd4

0 comments on commit 7d04f26

Please sign in to comment.