Merge "allow rlsservice read vendor camera property" into tm-dev

This commit is contained in:
TreeHugger Robot 2022-06-16 12:02:28 +00:00 committed by Android (Google) Code Review
commit b20c0652ad

View file

@ -32,3 +32,6 @@ usf_low_latency_transport(rlsservice)
# For observing apex file changes # For observing apex file changes
allow rlsservice apex_info_file:file r_file_perms; allow rlsservice apex_info_file:file r_file_perms;
# Allow read camera property
get_prop(rlsservice, vendor_camera_prop);