Revert "Revert^2 "Add the 'bdev_type' attribute to all block devices"" am: f6af322852 am: db5b3355b3 am: ea7557b5b2

Original change: https://android-review.googlesource.com/c/device/linaro/poplar/+/1862419

Change-Id: Idb044756aceb736b2b694bb3954a38f6f515551b
diff --git a/sepolicy/device.te b/sepolicy/device.te
index 6d289f5..dda0bf1 100644
--- a/sepolicy/device.te
+++ b/sepolicy/device.te
@@ -27,8 +27,8 @@
 type mali_device, dev_type, file_type, mlstrustedobject;
 type mmz_userdev_device, dev_type;
 type ttyAMA2_device, dev_type;
-type hi_system_block_device, dev_type, bdev_type;
-type hi_vendor_block_device, dev_type, bdev_type;
-type hi_cache_block_device, dev_type, bdev_type;
-type hi_userdata_block_device, dev_type, bdev_type;
+type hi_system_block_device, dev_type;
+type hi_vendor_block_device, dev_type;
+type hi_cache_block_device, dev_type;
+type hi_userdata_block_device, dev_type;
 type rtk_bt_device, dev_type;