summaryrefslogtreecommitdiff
path: root/init.system_ext.rc
blob: 07711d1627ce66ec2420bc2a5e78c4339895664e (plain)
1
2
3
4
5
6
7
8
on property:init.svc.ranchu-adb-setup=stopped
    start adbd

on property:init.svc.qemu-device-state=stopped && property:ro.boot.qemu.device_state=*
    mkdir /data/system/devicestate/ 0755 system system
    copy /data/vendor/device_state_configuration.xml /data/system/devicestate/device_state_configuration.xml
    rm /data/vendor/device_state_configuration.xml
    chown system system /data/system/devicestate/device_state_configuration.xml