platform_hardware_interfaces/camera
Bob Badour 288409881e [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces
Added SPDX-license-identifier-Apache-2.0 to:
  camera/device/3.7/Android.bp
  camera/provider/2.7/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I59ccb5f111e47611a92c5e1d6488593a1ce02ec7
2021-03-19 05:13:08 -07:00
..
common Camera: Fix double-free in removeCamera 2021-02-26 17:23:38 +08:00
device [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces 2021-03-19 05:13:08 -07:00
metadata Camera: Add support for multi-resolution input and output streams 2021-03-04 13:09:32 -08:00
provider [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces 2021-03-19 05:13:08 -07: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.