Remove touch_offload_device declaration
touch_offload_device is already declare in hardware/google/pixel-sepolicy/input. device/google/gs201-sepolicy/whitechapel_pro/device.te:14:ERROR 'Duplicate declaration of type' at token ';' on line 76173: type rls_device, dev_type; type touch_offload_device, dev_type; Bug: 199104528 Test: build pass Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: I3cedb25473d8327eb42d3b65cf714cf5dc22712f
This commit is contained in:
parent
239885a306
commit
bfda745e26
2 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@ type vendor_toe_device, dev_type;
|
||||||
type lwis_device, dev_type;
|
type lwis_device, dev_type;
|
||||||
type logbuffer_device, dev_type;
|
type logbuffer_device, dev_type;
|
||||||
type rls_device, dev_type;
|
type rls_device, dev_type;
|
||||||
type touch_offload_device, dev_type;
|
|
||||||
type fingerprint_device, dev_type;
|
type fingerprint_device, dev_type;
|
||||||
type sensor_direct_heap_device, dmabuf_heap_device_type, dev_type;
|
type sensor_direct_heap_device, dmabuf_heap_device_type, dev_type;
|
||||||
type faceauth_heap_device, dmabuf_heap_device_type, dev_type;
|
type faceauth_heap_device, dmabuf_heap_device_type, dev_type;
|
||||||
|
|
|
@ -78,7 +78,6 @@
|
||||||
/dev/dma_heap/vstream-secure u:object_r:dmabuf_system_secure_heap_device:s0
|
/dev/dma_heap/vstream-secure u:object_r:dmabuf_system_secure_heap_device:s0
|
||||||
/dev/bigocean u:object_r:video_device:s0
|
/dev/bigocean u:object_r:video_device:s0
|
||||||
/dev/goodix_fp u:object_r:fingerprint_device:s0
|
/dev/goodix_fp u:object_r:fingerprint_device:s0
|
||||||
/dev/touch_offload u:object_r:touch_offload_device:s0
|
|
||||||
/dev/stmvl53l1_ranging u:object_r:rls_device:s0
|
/dev/stmvl53l1_ranging u:object_r:rls_device:s0
|
||||||
/dev/watchdog0 u:object_r:watchdog_device:s0
|
/dev/watchdog0 u:object_r:watchdog_device:s0
|
||||||
/dev/mali0 u:object_r:gpu_device:s0
|
/dev/mali0 u:object_r:gpu_device:s0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue