mirror of
https://github.com/Evolution-X-Devices/device_google_redbull
synced 2026-01-27 14:43:48 +00:00
Bug: 154895956 Bug: 154895957 Test: build pass and verified USB HAL Change-Id: Ia4e586f448c06b6e60ffd683362fcd118b62da73
9 lines
147 B
Bash
9 lines
147 B
Bash
#!/vendor/bin/sh
|
|
|
|
#
|
|
# modify config/usb_gadget/ permission
|
|
#
|
|
if [ -d /config/usb_gadget ]; then
|
|
chown -hR system.system /config/usb_gadget/
|
|
fi
|