summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJán Sebechlebský <jsebechlebsky@google.com>2023-11-20 09:28:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-11-20 09:28:14 +0000
commit5c07f87fe44805d2ca510e4e3f3958e1dae838d6 (patch)
treeb6175eeaa9d6e620eda208cc5c71ba0f41335654
parent31b1b1481591097758fa9830a1baa4913b2e5ca6 (diff)
downloadcamera-5c07f87fe44805d2ca510e4e3f3958e1dae838d6.tar.gz
Revert^2 "Uncomment rc entry for virtual camera"
This reverts commit 31b1b1481591097758fa9830a1baa4913b2e5ca6. Reason for revert: relanding after SELinux fix. Change-Id: Id28297252985b5514267e5c0e18315430347e0e3
-rw-r--r--devices/VirtualCamera/Android.bp6
1 files changed, 1 insertions, 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"],
}