msm8953-common: persist_camera_prop -> vendor_persist_camera_prop

* Add vendor prefix to persist_camera_prop.

Change-Id: I228b4d1b1c7f0354b31c08ceb08202235f825acb
This commit is contained in:
Joshua Blanchard
2020-10-01 18:47:12 -04:00
committed by jeangraff30
parent 6e1a74106a
commit afa5c28987
5 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
# Allow appdomain to get persist_camera_prop
get_prop(appdomain, persist_camera_prop)
# Allow appdomain to get vendor_persist_camera_prop
get_prop(appdomain, vendor_persist_camera_prop)

View File

@@ -1 +1 @@
get_prop(system_app, persist_camera_prop);
get_prop(system_app, vendor_persist_camera_prop)

View File

@@ -1 +1 @@
get_prop(system_server, persist_camera_prop)
get_prop(system_server, vendor_persist_camera_prop)

View File

@@ -1 +1 @@
get_prop(untrusted_app, persist_camera_prop)
get_prop(untrusted_app, vendor_persist_camera_prop)

View File

@@ -1 +1 @@
get_prop(cameraserver, persist_camera_prop)
get_prop(cameraserver, vendor_persist_camera_prop)