Fix walleye to boot with GSI

Walleye requres /sys/class/uio/uio1/device/rtel/rtel in userdebug build,
and GSI will change the device to userdebug. So, we need to switch rtel
with the build type in boot time, even the device is in user build.

Bug: 65229896
Test: Boot (aosp_)walleye-(user|userdebug) with/without GSI to home screen
Change-Id: I8fa74c02a0a48feeef87d8e9caa702e4a44aedf7
This commit is contained in:
SzuWei Lin
2017-09-19 12:11:14 +08:00
parent 8cf351e800
commit 645a109bfd
2 changed files with 3 additions and 3 deletions

View File

@@ -39,3 +39,6 @@ on init && property:ro.boot.revision=MP0 # PVT
on init && property:ro.boot.revision=MP1
setprop ro.boot.hardware.revision 1.0
on boot && property:ro.build.type=userdebug
write /sys/class/uio/uio1/device/rtel/rtel 1

View File

@@ -1,6 +1,3 @@
on boot
write /sys/class/uio/uio1/device/rtel/rtel 1
on post-fs-data
# SM DUMP logging collection
mkdir /data/vendor/modem_dump 0777 system system