diff options
| author | Yin-Chia Yeh <yinchiayeh@google.com> | 2018-08-03 11:07:04 -0700 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-08-04 01:29:51 +0000 |
| commit | fee9efedda3a2b1980616b5e91309132752242c7 (patch) | |
| tree | 7b2cfe43775cf9f41540eb8b0fa327f8e91e2668 | |
| parent | 32dca193a5ce322684c3ee11f4321c2086e712b2 (diff) | |
Camera: enable ro.vendor.camera. property
Test: the property can be read by camera HAL
Bug: 111850884
Change-Id: Ic2d6b7670c5d55610d48090c9221d19db4cdcada
(cherry picked from commit 0694dc25d1d8fe20a7febd3fc831168cbb278e50)
| -rw-r--r-- | vendor/qcom/common/property_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/qcom/common/property_contexts b/vendor/qcom/common/property_contexts index f633637..d54b8f0 100644 --- a/vendor/qcom/common/property_contexts +++ b/vendor/qcom/common/property_contexts @@ -1,6 +1,7 @@ vendor.debug.camera. u:object_r:vendor_camera_prop:s0 persist.vendor.camera. u:object_r:vendor_camera_prop:s0 persist.camera. u:object_r:vendor_camera_prop:s0 +ro.vendor.camera. u:object_r:vendor_camera_prop:s0 persist.vendor.sys.cnd u:object_r:cnd_prop:s0 ro.boot.sota u:object_r:factory_ota_prop:s0 vendor.ims. u:object_r:ims_prop:s0 |
