platform_hardware_interfaces/camera
Martijn Coenen 14adc6ebc0 Make camera/drm helper classes available to system.
As VTS tests are considered system and link against these.

Bug: 38302533
Bug: 62523241
Test: builds
Change-Id: Iac5c872c58ec9646d6d6974aacceb930daad7e5e
2017-06-20 08:57:46 -07:00
..
common Make camera/drm helper classes available to system. 2017-06-20 08:57:46 -07:00
device Merge "Camera: fix release fence FD leaks" into oc-dev 2017-05-30 22:39:03 +00:00
metadata Update makefiles. (2/2) 2017-05-19 15:54:03 -07:00
provider Merge "Move CameraParameters class to android.hardware.camera.common@1.0-helper" into oc-dr1-dev 2017-06-20 07:17:47 +00:00
Android.bp Camera: default implementation of device 1.0 2017-03-01 22:24:39 -08:00
README.md Camera: HIDLized camera HALs, first set 2016-12-02 19:43:39 +00:00

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.