Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit d9c34e4

Browse files
committed
Merge pull request #1 from kanru/xxlpq
Add IML74K.ZSLPF to supported firmware.
2 parents b2e30f1 + e21928a commit d9c34e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

extract-files.sh

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ fi
2727
case "$DEVICE_BUILD_ID" in
2828
"IML74K.XXLPQ")
2929
FIRMWARE=XXLPQ ;;
30+
"IML74K.ZSLPF")
31+
FIRMWARE=ZSLPF ;;
3032
*)
3133
echo Your device has unknown firmware $DEVICE_BUILD_ID >&2
3234
exit 1 ;;
@@ -202,9 +204,13 @@ COMMON_EGL="
202204
"
203205
copy_files "$COMMON_EGL" "system/lib/egl" "egl"
204206
207+
if [ $FIRMWARE = "XXLPQ" ];
208+
then
205209
COMMON_FIRMWARE="
206210
RS_M5LS_TB.bin
207211
"
212+
fi
213+
208214
copy_files "$COMMON_FIRMWARE" "system/etc/firmware" "firmware"
209215
copy_files "libpn544_fw.so" "system/vendor/firmware" "firmware"
210216

0 commit comments

Comments
 (0)