platform_hardware_interfaces/camera
Jaekyun Seok 81104ae5ef Add 'vendor.' prefix to a vendor HAL service name
To prevent property name collisions between properties of system and
vendor, 'vendor.' prefix must be added to a vendor HAL service name.
You can see the details in http://go/treble-sysprop-compatibility.

Test: succeeded building and tested on a walleye device
Bug: 36796459
Change-Id: I4e8fbee791ec917a8f627a1366f4d44ec7e6febc
2017-09-12 08:01:42 +09:00
..
common Revert "Revert "Updating all makefiles."" 2017-08-11 23:02:01 +00:00
device Camera: Add new minor revision camera.device@3.3 2017-08-23 11:31:40 -07:00
metadata Revert "Revert "Updating all makefiles."" 2017-08-11 23:02:01 +00:00
provider Add 'vendor.' prefix to a vendor HAL service name 2017-09-12 08:01:42 +09:00
Android.bp Camera: Add new minor revision camera.device@3.3 2017-08-23 11:31:40 -07: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.