diff --git a/legacy/whitechapel_pro/bootanim.te b/legacy/whitechapel_pro/bootanim.te deleted file mode 100644 index 7b3019df..00000000 --- a/legacy/whitechapel_pro/bootanim.te +++ /dev/null @@ -1,5 +0,0 @@ -# TODO(b/62954877). On Android Wear, bootanim reads the time -# during boot to display. It currently gets that time from a file -# in /data/system. This should be moved. In the meantime, suppress -# this denial on phones since this functionality is not used. -dontaudit bootanim system_data_file:dir r_dir_perms; diff --git a/legacy/whitechapel_pro/incident.te b/legacy/whitechapel_pro/incident.te deleted file mode 100644 index 672606df..00000000 --- a/legacy/whitechapel_pro/incident.te +++ /dev/null @@ -1,4 +0,0 @@ -userdebug_or_eng(` - allow incident logger_app:fd use; - allow incident media_rw_data_file:file append; -') diff --git a/legacy/whitechapel_pro/vendor_shell.te b/legacy/whitechapel_pro/vendor_shell.te deleted file mode 100644 index ae63f808..00000000 --- a/legacy/whitechapel_pro/vendor_shell.te +++ /dev/null @@ -1,3 +0,0 @@ -userdebug_or_eng(` - set_prop(vendor_shell, vendor_battery_profile_prop) -')