universal7885: Address ROM-specific aux cam prop

This commit is contained in:
Chatur27 2022-03-08 05:59:23 +00:00 committed by roynatech2544
commit 112cc401c5
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
get_prop(hal_camera_default, vendor_persist_camera_prop)

View file

@ -16,6 +16,7 @@ set_prop(hal_camera_default, vendor_camera_prop)
get_prop(hal_camera_default, exported_default_prop)
get_prop(hal_camera_default, vendor_factory_prop)
get_prop(hal_camera_default, exported_config_prop)
get_prop(hal_camera_default, exported_system_prop)
binder_call(hal_camera_default, system_server)
binder_call(system_server, hal_camera_default)