mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 15:09:54 +00:00
Bug: 36097487 Test: Manually tested role swap and UI behavior Change-Id: I5ce520da521e0714001b60164ac850dddbd644c3
11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
service usb-hal-1-0 /vendor/bin/hw/android.hardware.usb@1.0-service.device
|
|
class hal
|
|
user system
|
|
group system
|
|
|
|
on boot
|
|
chown root system /sys/class/typec/usbc0/current_power_role
|
|
chown root system /sys/class/typec/usbc0/current_data_role
|
|
chmod 664 /sys/class/typec/usbc0/current_power_role
|
|
chmod 664 /sys/class/typec/usbc0/current_data_role
|