platform_hardware_interfaces/camera
Steven Moreland 2b4209ff93 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
2019-11-04 12:36:53 -08:00
..
common Merge "Camera: Add support for IMapper 3.0" into qt-dev 2019-05-20 21:56:22 -07:00
device camera: fix two potential null pointer uses 2019-11-01 13:31:25 -07:00
metadata Update hidl makefiles for bpfmt 2019-04-18 18:13:05 -07:00
provider camer 2.5 lazy service: fix interface decls 2019-11-04 12:36:53 -08:00
README.md

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.