mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Address ROM-specific aux cam prop
This commit is contained in:
parent
4178d53bc3
commit
112cc401c5
3 changed files with 10 additions and 0 deletions
2
universal7885-common/sepolicy/derp/hal_camera_default.te
Normal file
2
universal7885-common/sepolicy/derp/hal_camera_default.te
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
get_prop(hal_camera_default, vendor_persist_camera_prop)
|
||||
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue