summaryrefslogtreecommitdiffstats
path: root/libsensors/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* libsensors: Big cleanup.Kyle Repinski2016-01-171-1/+0
| | | | | | | - Some formatting nitpicks. - Removed useless 'dev_name'/'dev_fd' stuff for SensorBase. - Merged sensor structs together. - Added handleToDriver for MPLSensor.
* sensors: Merge invensense HAL into main tuna HAL.Kyle Repinski2016-01-171-5/+17
| | | | | | | Since these are both in our device tree now, there's no need to have them be separated. This saves about 14KB of space as well. Change-Id: Ibfcd7da4b30bb261586ecd9373e6fd4a343e0e06
* libsensors: Build with -Wall -Werror.Kyle Repinski2016-01-171-0/+1
|
* Add invensense stuff in-tree.Kyle Repinski2016-01-171-2/+2
| | | | | | | Overhauled its .mk files as well as fixed some whitespace problems. Conflicts: libsensors/Android.mk
* libsensors: Build with Clang.Kyle Repinski2016-01-171-0/+1
|
* tuna: Add ambient temperature sensor.Kyle Repinski2014-12-131-1/+2
| | | | | | | | | | | | This leverages the BMP180's ability to sense the temperature. Requires kernel change, but there are no adverse side-effects without the kernel change. Change-Id: Ibe2228d0ab30775556acb0a034f7f0904ed1b0b7 Signed-off-by: Kyle Repinski <repinski23@gmail.com> Conflicts: libsensors/sensors.cpp
* tuna: update sensors to new layoutMichael Limb2014-12-131-1/+1
| | | | | 65xx has been added for hammerhead, need to update to reflect 60xx for tuna (manta needs this as well)
* Add liblogYing Wang2013-04-091-1/+1
| | | | | Bug: 8580410 Change-Id: I0aaa2bbe1702491079c1763de7d7e0c00cb8117f
* Reference invensense headers in their new locationJean-Baptiste Queru2011-08-011-1/+1
| | | | Change-Id: Ic3f255d147f3b9fd59d7a3be1d807d1a7b67fed3
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
| | | | | | Bug: 5010576 Change-Id: Id47575b409e10db2f101a6a5d3520c5933d94be2
* tuna: sensors: add light, proximity, pressure sensorsMarty Fouts2011-06-291-1/+5
| | | | | | | | NOTE: - light sensor ADC values need to be calibrated. Change-Id: Iba75dc62a922bbcd0d1e273566f9089c4da450fb Signed-off-by: Marty Fouts <mfouts@sta.samsung.com>
* ARM: omap4: tuna: Add input event reader to sensor HALMarty Fouts2011-06-291-1/+2
| | | | | Change-Id: I34a4a4dea8b30b22046889246f164c3ea40ab2a4 Signed-off-by: Danke Xie <d.xie@sta.samsung.com>
* Add sensors halArve Hjønnevåg2011-06-161-0/+39
Only the sensors from the invensense library are inclueded fro now. Change-Id: I997d38eb722e2e5c0b44168db8c70282fab407a6