summaryrefslogtreecommitdiffstats
path: root/liblight
Commit message (Collapse)AuthorAgeFilesLines
* Replace LOG by ALOGKalimochoAz2012-07-231-1/+1
| | | | Change-Id: I7897574a2df30fd88edb6fa58b20fd6a5436ecd7
* Merge remote-tracking branch 'github/ics' into 23072012KalimochoAz2012-07-231-3/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Update bin kernelKalimochoAz2011-12-181-3/+25
| | | | | | | | Added LED Notificatio
* | remove HAL_MODULE_INFO_SYM constNick Kralevich2012-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | HAL_MODULE_INFO_SYM was declared as read-only, but the struct is written to by libhardware. This causes a segfault when -Wl,-z,relro is enabled. Fixed. Change-Id: I5ab4ce539be0335b0c86d4cdf34f7c29fa410424
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
| | | | | | | | | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I03a60758c6dad0d9ecbce42f092a0fe757bd7184
* | Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-3/+3
|/ | | | | | | See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I73e1ab4f4eadb55e747b3b2be4b6c1824dce7b2c
* device/samsung/crespo: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-2/+2
| | | | | Change-Id: I25ff348e6d19d5b57c389bd18e862f3dd674512d Signed-off-by: Iliyan Malchev <malchev@google.com>
* Add additional statements to accept the crespo4g productMaarten Hooft2011-02-281-1/+1
| | | | Change-Id: I0e410d7b641c19a773c3bc57cb78e8aa3e27a3ff
* liblight: Add a NOTICE filesl47.kim2010-10-141-0/+190
| | | | | Change-Id: I00cd2a1469958a01d0dd97fbf2ead2c09bb45915 Signed-off-by: sl47.kim <sl47.kim@samsung.com>
* Make all crespo modules explicitly optionalJean-Baptiste Queru2010-09-031-0/+2
| | | | Change-Id: I8097125dd530d5a5a4114da91f758083e5095dcf
* Move crepo-conditionals to the leaves.Jean-Baptiste Queru2010-09-031-0/+3
| | | | | | | | | | | | 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: backlight: Added backlight HAL driver to control the brightnessEd Heyl2010-09-022-0/+159
Change-Id: Id092fbb994a1dc0ab495d53df2dbb10a48680dea Signed-off-by: sl47.kim <sl47.kim@samsung.com>