mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
camer 2.5 lazy service: fix interface decls
This fails to compile on builds where host init verifier is being used because the entire interface inheritance hierarchy must be present. This appears to be a simple case of a missed fixup in a bulk operation, since the other .rc files in this directory already have this change. Bug: N/A Test: build fixed Change-Id: If7f40f2532c90f4105f36c6bbcd64a318e557ab0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
service vendor.camera-provider-2-5 /vendor/bin/hw/android.hardware.camera.provider@2.5-service-lazy_64
|
||||
interface android.hardware.camera.provider@2.5::ICameraProvider legacy/0
|
||||
interface android.hardware.camera.provider@2.5::ICameraProvider legacy/0
|
||||
interface android.hardware.camera.provider@2.4::ICameraProvider legacy/0
|
||||
oneshot
|
||||
disabled
|
||||
class hal
|
||||
|
||||
Reference in New Issue
Block a user