Merge "Add exception for vendor_aconfig_storage_file" into android14-tests-dev

This commit is contained in:
Thiébaud Weksteen 2024-03-25 22:44:34 +00:00 committed by Gerrit Code Review
commit 0b8293a2cc
2 changed files with 4 additions and 0 deletions

View file

@ -624,6 +624,7 @@ full_treble_only(`
-vendor_task_profiles_file
-vendor_uuid_mapping_config_file
-vndk_sp_file
-vendor_aconfig_storage_file
}:file *;
')

View 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;