fix build breakage: device/google/zumapro-sepolicy/legacy/whitechapel_pro/file.te:4:ERROR 'Duplicate declaration of type' at token ';' on line 104436: type tcpdump_vendor_data_file, file_type, data_file_type; type updated_wifi_firmware_data_file, file_type, data_file_type; Bug: 272725898 Change-Id: Ic17d18409c28760d172a4ee7a5beb6c90016a381
22 lines
758 B
Text
22 lines
758 B
Text
type persist_block_device, dev_type;
|
|
type tee_persist_block_device, dev_type;
|
|
type custom_ab_block_device, dev_type;
|
|
type devinfo_block_device, dev_type;
|
|
type mfg_data_block_device, dev_type;
|
|
type ufs_internal_block_device, dev_type;
|
|
type logbuffer_device, dev_type;
|
|
type gxp_device, dev_type, mlstrustedobject;
|
|
type fingerprint_device, dev_type;
|
|
type uci_device, dev_type;
|
|
|
|
# Dmabuf heaps
|
|
type sensor_direct_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type faceauth_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type vscaler_secure_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type framebuffer_secure_heap_device, dmabuf_heap_device_type, dev_type;
|
|
|
|
# SecureElement SPI device
|
|
type st54spi_device, dev_type;
|
|
|
|
# OTA
|
|
type sda_block_device, dev_type;
|