mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
Removes duplicate hidraw_device type definition.
This type is now defined by the platform. Bug: 303522222 Test: ls -z /dev/hidraw0 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b204558a731d6a6a79b701dc8d7c017f59e9af93) Merged-In: Ia2f817ce99548c30f39a5164c8f6ec323db66155 Change-Id: Ia2f817ce99548c30f39a5164c8f6ec323db66155
This commit is contained in:
committed by
Android Build Cherrypicker Worker
parent
736b3ae447
commit
da3e268e93
@@ -24,7 +24,3 @@ type fips_block_device, dev_type;
|
||||
# SecureElement SPI device
|
||||
type st54spi_device, dev_type;
|
||||
type st33spi_device, dev_type;
|
||||
|
||||
# Raw HID device
|
||||
type hidraw_device, dev_type;
|
||||
|
||||
|
||||
@@ -226,6 +226,3 @@
|
||||
/mnt/vendor/efs(/.*)? u:object_r:modem_efs_file:s0
|
||||
/mnt/vendor/efs_backup(/.*)? u:object_r:modem_efs_file:s0
|
||||
/mnt/vendor/modem_userdata(/.*)? u:object_r:modem_userdata_file:s0
|
||||
|
||||
# Raw HID device
|
||||
/dev/hidraw[0-9]* u:object_r:hidraw_device:s0
|
||||
|
||||
Reference in New Issue
Block a user