Storage: label ufs firmware upgrade script
Bug: 361093041 Test: local build Change-Id: I312d071ecaaedb09b54976e6b3bfe05e7bc6cdea Signed-off-by: Randall Huang <huangrandall@google.com>
This commit is contained in:
parent
150634f087
commit
5e8b0722d0
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# device.te
|
||||||
type modem_block_device, dev_type;
|
type modem_block_device, dev_type;
|
||||||
type custom_ab_block_device, dev_type;
|
type custom_ab_block_device, dev_type;
|
||||||
type persist_block_device, dev_type;
|
type persist_block_device, dev_type;
|
||||||
|
@ -20,3 +21,6 @@ type fips_block_device, dev_type;
|
||||||
# SecureElement SPI device
|
# SecureElement SPI device
|
||||||
type st54spi_device, dev_type;
|
type st54spi_device, dev_type;
|
||||||
type st33spi_device, dev_type;
|
type st33spi_device, dev_type;
|
||||||
|
|
||||||
|
# Storage firmware upgrade
|
||||||
|
type ufs_internal_block_device, dev_type;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue