mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-29 04:45:54 +00:00
Loading process (e.g. walleye):
- rootdir/init.rc
|- /vendor/etc/init/hw/init.walleye.rc
|- /vendor/etc/init/hw/init.walleye.usb.rc
|- /vendor/etc/init/hw/init.wahoo.usb.rc
This CL moves the init.walleye.usb.rc to /vendor/etc/init/hw, and
imports init.wahoo.usb.rc from init.walleye.usb.rc.
Test: Build with related CLs and USB File Transfer works on muskie
Bug: 38301110
Change-Id: Iaae98854f70256e17460ee1caae0d43ea585588c
Signed-off-by: Yueyao Zhu <yueyao@google.com>
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
import /vendor/etc/init/hw/init.wahoo.usb.rc
|
|
|
|
on boot && property:ro.bootmode=usbradio && property:persist.sys.usb.usbradio.config=*
|
|
setprop sys.usb.config "none"
|
|
setprop sys.usb.config ${persist.sys.usb.usbradio.config}
|