summaryrefslogtreecommitdiffstats
path: root/libcamera/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'github/ics' into 23072012KalimochoAz2012-07-231-1/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Android.mk BoardConfigCommon.mk board-info.txt device_base.mk egl.cfg factory-images/generate-factory-images-package.sh kernel overlay/frameworks/base/core/res/res/values/config.xml Change-Id: If153de549a1a3b5145f856de6c55c825d3124a11
| * Modified Libcamera to allow Touch to focusKalimochoAz2012-01-091-1/+3
| | | | | | | | Change-Id: I7f1cdc2ce64d60da97cb7d829f51bb4bb1b07c89
* | Switched to use header files from /frameworks/nativeJames Dong2012-03-121-0/+1
|/ | | | | | o related-to-bug: 6044887 Change-Id: If4a56cd53bf910d2db7a30e836bdafb7837bdba4
* libcamera: Change camera.herring.so from camera.s5pc110.soJeong-Seok Yang2011-06-141-1/+1
| | | | | | | | | crespo: libcamera is for only herring not boards what are based on s5pc110. So the module name is changed to camera.herring.so from camera.s5pc110.so Change-Id: Ie2231ecfd4c97dd72fba8258e489f90df27b9f51 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* crespo: enable camera (wip)Iliyan Malchev2011-06-071-23/+6
| | | | | Change-Id: I2884f34700cd1cd66f0604378cf12b713263a9d1 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Add additional statements to accept the crespo4g productMaarten Hooft2011-02-281-1/+2
| | | | Change-Id: I0e410d7b641c19a773c3bc57cb78e8aa3e27a3ff
* SP5C11X: libcamera: #ifdef/#defines cleanupMike J. Chen2011-01-191-11/+0
| | | | | | | | | | Remove a bunch of #ifdef conditionals to cleanup the code. The #else cases have generally not been tested for months now and we don't use them, and this makes it easier to follow for the next round of logic cleanup coming up. Change-Id: I4a78901916ed9393ef9b904a1e8037cd645be3b4 Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>
* libcamera: using libs3cjpegJeong-Seok Yang2010-09-241-1/+2
| | | | | Change-Id: I3df95e29de2ccd4cc4643205b6ce6eae6916d32b Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* Fix build - make libcamera optionalJean-Baptiste Queru2010-09-151-0/+2
| | | | | | | Also include it in the product definition so that it still gets used when building crespo Change-Id: I0ae91726222b40a259339cba4364d03ca74d7cff
* libcamera: do not use libs3cjpegJeong-Seok Yang2010-09-151-1/+0
| | | | | | | | | | | | libs3cjpeg is library about JPEG encoding by H/W IP. But libs3cjpeg is Samsung confidential library. There is some license issues. In addition, Google doesn't want using H/W JPEG encoder. So It was modified for just working some function and building binary. It doesn't work to capture the picture cause problem of jpeg encoding. Change-Id: Ib5e1377d91a536002a2f94206bb3bdfdbc330688 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
* S5PC11X: OVERLAY: Added overlay feature.hoony.yu2010-09-141-0/+4
| | | | | | | | | - add liboverlay source. - add overlay option in BoardConfig.mk - add overlay renderer on libcamera - change the mode of video0,2 Change-Id: Icd392a80c0baa7b6e608a9b0cf57abfd74ae9f01
* Move crepo-conditionals to the leaves.Jean-Baptiste Queru2010-09-031-1/+2
| | | | | | | | | | | | Two benefits: -this follows the convention that all Android.mk files are included, i.e. that reading an Android.mk file shows the entire picture. -this allows some of the leaves to become non-conditional, to increase the number of device-specific modules that are compiled in each build, which allows catching build breakages earlier. Change-Id: I060a4aecc4b5d53b9ca56f13b8599b8fa560f896
* S5PC11X: crespo: add alsa-lib, alsa-utils, libaudio, libcameraJeong-Seok Yang2010-08-251-0/+45
Change-Id: I4a6ee248b407c67682eb8884d1176f4807288c7c