platform_hardware_interfaces/camera
Emilian Peev 5b93a77a9d Camera: Redirect dump to "/dev/null" instead of stdout
This SELinux context doesn't have permission to access stdout
in read/write mode. Doing so will result in violation and
subsequent failure when running in binderized mode. Switch to
 '/dev/null' which still can be used with SELinux enabled.

BUG: 35701060
Test: adb shell
/data/nativetest/VtsHalCameraProviderV2_4TargetTest/VtsHalCameraProviderV2_4TargetTest

Change-Id: Ib1cf2766ca41cfe3600ad8a4442a334dfab0e2c1
2017-02-23 12:00:11 +00:00
..
common Update makefiles to use filgroup syntax. 2017-02-10 12:45:19 -08:00
device Merge "Camera: Fix ION buffer leaks" 2017-02-14 18:17:37 +00:00
metadata Update makefiles to use filgroup syntax. 2017-02-10 12:45:19 -08:00
provider Camera: Redirect dump to "/dev/null" instead of stdout 2017-02-23 12:00:11 +00:00
Android.bp Camera: add camera vts tests 2017-01-05 14:48:27 -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.