Merge "Add exception for vendor_aconfig_storage_file" into android14-tests-dev
This commit is contained in:
commit
0b8293a2cc
2 changed files with 4 additions and 0 deletions
|
@ -624,6 +624,7 @@ full_treble_only(`
|
|||
-vendor_task_profiles_file
|
||||
-vendor_uuid_mapping_config_file
|
||||
-vndk_sp_file
|
||||
-vendor_aconfig_storage_file
|
||||
}:file *;
|
||||
')
|
||||
|
||||
|
|
|
@ -137,3 +137,6 @@ type sysfs_dt_avf, fs_type, sysfs_type;
|
|||
|
||||
# Type for /sys/devices/uprobe.
|
||||
type sysfs_uprobe, fs_type, sysfs_type;
|
||||
|
||||
# Type for /vendor/etc/aconfig
|
||||
type vendor_aconfig_storage_file, vendor_file_type, file_type;
|
||||
|
|
Loading…
Reference in a new issue