1get_prop(bootanim, vendor_display_prop)
2
3# TODO(b/62954877). On Android Wear, bootanim reads the time
4# during boot to display. It currently gets that time from a file
5# in /data/system. This should be moved. In the meantime, suppress
6# this denial on phones since this functionality is not used.
7dontaudit bootanim system_data_file:dir read;
8
9dontaudit bootanim sysfs_msm_subsys:dir search;
10