platform_hardware_interfaces/camera
Justin Yun 608d773ef8 Update make file for vndk enabled.
Update the Android.bp generated with hidl-gen.

Test: build with and without BOARD_VNDK_VERSION=current
Bug: 63866913
Change-Id: I1a9db1df49e0f13c5790da2b118ae9ec63ba34a7
2017-08-04 14:12:23 +09: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 Update make file for vndk enabled. 2017-08-04 14:12:23 +09: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.