Allow treble_app to set camera-HAL related properties

This commit is contained in:
Pierre-Hugues Husson 2019-03-20 23:54:39 +01:00
parent 52d4d73146
commit 76c81a45ed
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@ allow system_app hidl_base_hwservice:hwservice_manager { add };
allow system_app wifi_data_file:dir create_dir_perms;
allow system_app wifi_data_file:file create_file_perms;
type vendor_camera_prop, property_type;
set_prop(system_app, vendor_camera_prop);