summaryrefslogtreecommitdiffstats
path: root/libsensors/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-5/+0
| | | | | | Bug: 5010576 Change-Id: Ie6fa05f8d72bdf6da3b743a7f8c2464f9febc868
* device/samsung/crespo: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-2/+2
| | | | | Change-Id: I25ff348e6d19d5b57c389bd18e862f3dd674512d Signed-off-by: Iliyan Malchev <malchev@google.com>
* S5PC11X: SENSORS: Rename libsensors to herringRom Lemarchand2010-10-061-1/+1
| | | | | | | Renaming the libsensors from crespo to herring Change-Id: Id44d10210cb7e301c990b6d2de2e2d95ac338a16 Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
* S5PC11X: SENSORS: Modify the sensor HAL to use libakmAdam Hampson2010-10-061-1/+1
| | | | | | | | | This change modifies the AKMSensor portion of the sensor HAL to use libakm. Previously this code communicated with the AKM daemon and the magnetometer driver using a misc device. Change-Id: Icbbd6f00de0257ca9bf4d4942b82c519f15429f4 Signed-off-by: Adam Hampson <ahampson@sta.samsung.com>
* S5PC11X: SENSOR: Add libsensor HAL.Mike J. Chen2010-09-171-0/+45
Goes with kernel drivers. Modeled after NexusOne version that uses input framework. We removed the old device nodes and add rules to make the new sysfs attributes accessible with the right permissions. Change-Id: I61e12da6c553eee664cebee9b9b9a77f9d099020 Signed-off-by: Mike J. Chen <mjchen@sta.samsung.com>