Enable read/write access to st33spi_state for euiccpixel_app
Bug: 228508704 Test: Confirm can read/write st33spi_state Change-Id: Ia7a41d2785a84fdf2d99c09fb040e35733e0eda1
This commit is contained in:
parent
c681b24963
commit
175bd53191
1 changed files with 5 additions and 1 deletions
|
@ -50,6 +50,10 @@ on post-fs-data
|
|||
# Speaker amp permission
|
||||
chmod 644 /mnt/vendor/persist/audio/speaker.cal
|
||||
|
||||
# Allow secure_element group to read / write ST33 SPI state
|
||||
chown secure_element secure_element /sys/class/st33spi/st33spi/st33spi_state
|
||||
chmod 0660 /sys/class/st33spi/st33spi/st33spi_state
|
||||
|
||||
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
||||
-O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1p2p_device=1 \
|
||||
-m/vendor/etc/wifi/p2p_supplicant.conf \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue