platform_hardware_interfaces/camera
Zhuoyao Zhang 6e87e4c864 Update VtsHalCameraProviderV2_4TargetTest
* Use VtsHalHidlTargetTestEnvBase to run test against different service name

Bug:62946472
Test: make vts
      vts-tradefed run vts -m VtsHalCameraProviderV2_4Target

Change-Id: I12edce57c237cb6674e0aff437c3389e5ad9e028
2017-07-14 16:48:52 -07:00
..
common Fix missing includes in camera.common 2017-06-27 11:34:02 -07:00
device Build camera.device@1.0-impl with BOARD_VNDK_VERSION 2017-07-10 12:37:00 +09:00
metadata Update makefiles. (2/2) 2017-05-19 15:54:03 -07:00
provider Update VtsHalCameraProviderV2_4TargetTest 2017-07-14 16:48:52 -07: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.