Files
device_google_redbull/init.gadgethal.sh
raychi e89350dc71 redbull: usb: start gadgethal script
Bug: 154895956
Bug: 154895957
Test: build pass and verified USB HAL
Change-Id: Ia4e586f448c06b6e60ffd683362fcd118b62da73
2020-05-05 15:12:01 +08:00

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