platform_hardware_interfaces/camera
Tri Vo 7a998e53bc Camera test statically links to dependencies.
This test now statically links to HAL def libs which
are not guaranteed to be on the device.

Bug: 64040096
Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check
--skip-preconditions --module VtsHalCameraProviderV2_4Target
Change-Id: Ib33fdfd45b10840cce363fcda291a62e56b1d4c8
2017-08-07 16:29:28 -07:00
..
common Update make file for vndk enabled. 2017-08-04 14:12:23 +09:00
device Update make file for vndk enabled. 2017-08-04 14:12:23 +09:00
metadata Update make file for vndk enabled. 2017-08-04 14:12:23 +09:00
provider Camera test statically links to dependencies. 2017-08-07 16:29:28 -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.