Merge "Add super_block_device_type"

This commit is contained in:
Yifan Hong 2019-03-26 19:30:12 +00:00 committed by Gerrit Code Review
commit b9be03d63a
2 changed files with 4 additions and 1 deletions

View File

@ -308,3 +308,6 @@ attribute wifi_keystore_service_server;
attribute mediaswcodec_server;
attribute system_suspend_server;
attribute camera_service_server;
# All types used for super partition block devices.
attribute super_block_device_type;

View File

@ -104,4 +104,4 @@ type metadata_block_device, dev_type;
type misc_block_device, dev_type;
# 'super' partition to be used for logical partitioning.
type super_block_device, dev_type;
type super_block_device, super_block_device_type, dev_type;