From 5c07f87fe44805d2ca510e4e3f3958e1dae838d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Sebechlebsk=C3=BD?= Date: Mon, 20 Nov 2023 09:28:14 +0000 Subject: Revert^2 "Uncomment rc entry for virtual camera" This reverts commit 31b1b1481591097758fa9830a1baa4913b2e5ca6. Reason for revert: relanding after SELinux fix. Change-Id: Id28297252985b5514267e5c0e18315430347e0e3 --- devices/VirtualCamera/Android.bp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/devices/VirtualCamera/Android.bp b/devices/VirtualCamera/Android.bp index 0375a7c..ff7b037 100644 --- a/devices/VirtualCamera/Android.bp +++ b/devices/VirtualCamera/Android.bp @@ -91,9 +91,5 @@ cc_binary { "libvirtualcamera", "libvirtualcamera_utils", ], - // Remove before flight. - // We don't want the service to be started and discovered - // yet - remove comments on the lines below in order to - // test locally. - // init_rc: ["virtual_camera.hal.rc"], + init_rc: ["virtual_camera.hal.rc"], } -- cgit v1.2.3