mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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
Camera HALs
Overview:
The camera.* HAL tree is used by the Android camera service to discover and operate camera devices available on the device.
More details and versioning information can be found within each particular HAL.
More complete information about the Android camera HAL and subsystem can be found at source.android.com.