summaryrefslogtreecommitdiff
path: root/camera/Android.mk
AgeCommit message (Collapse)Author
2014-01-17Fix build. Include camera metadata headers.Ruben Brunk
Change-Id: I96fd33c217c12521dd0870ad1b0ae083abd87e19
2013-08-19Fix header file dependency.Vineeta Srivastava
added include dependency for frameworks/native/include/media/hardware Change-Id: I72f75705b4a2f1ed8b62aff7d6ff886f581b6cb8
2013-06-12Splitting hardware/qcom/display chip specific.Vineeta Srivastava
Makefile points to hardware/qcom/display/msm8960 header files. Change-Id: I2a83665466ad81e8fa61b4af88c7a2ff35281a35
2013-05-13camera: Do not use content protected heap for cameraShuzhen Wang
Content protected heap is used for secure playback only. Bug: 8771380 Change-Id: I653cc072e6b1e6ea42ab888de0edc4950d65c7a1 Signed-off-by: Iliyan Malchev <malchev@google.com>
2013-05-01Camera: Correct the Heap ID used for preview buffer allocationMansoor Aftab
Changed the heap id usage flags used for allocating camera preview buffers. Previous use of GRALLOC_USAGE_PRIVATE_MM_HEAP was incorrect since that is reserved for secure video. Changing usage flags to use IOMMU HEAP & use SYSTEM HEAP as fallback. Change-Id: If89fd9594bdee6d4efdbc4e54e616e2a61e7b9e5
2013-03-27mako: move camera HAL from hardware/qcom/camera, DO NOT MERGEIliyan Malchev
Change-Id: Ib76c01a8ce47dd17c4e5c986e5988c2ad1c61906 Signed-off-by: Iliyan Malchev <malchev@google.com>