From 30793234f62f097bb08d12c419c8be5c2c32edc8 Mon Sep 17 00:00:00 2001 From: Yin-Chia Yeh <yinchiayeh@google.com> Date: Thu, 19 Oct 2017 17:29:37 -0700 Subject: [PATCH] Camera: add external camera service Change-Id: I37695d6c952b313e641dd145aa1af1d02e9cc537 --- vendor/file_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/file_contexts b/vendor/file_contexts index e2476c40d..b4961d757 100644 --- a/vendor/file_contexts +++ b/vendor/file_contexts @@ -7,6 +7,7 @@ /(vendor|system/vendor)/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_bootctl_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.broadcastradio@\d+\.\d+-service u:object_r:hal_broadcastradio_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_exec:s0 +/(vendor|system/vendor)/bin/hw/android\.hardware\.camera\.provider@2\.4-external-service u:object_r:hal_camera_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.configstore@1\.[0-9]+-service u:object_r:hal_configstore_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.contexthub@1\.0-service u:object_r:hal_contexthub_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.drm@1\.0-service u:object_r:hal_drm_default_exec:s0 -- GitLab