summaryrefslogtreecommitdiffstats
path: root/libsensors/Android.mk
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2014-07-04 16:03:02 -0500
committerZiyan <jaraidaniel@gmail.com>2014-12-13 00:39:24 +0100
commitca2bb8fc30fc6e4b5765d4da01e8c3cafc3b0095 (patch)
tree9a71c5a06c4688c99a80fdbc11908ed365340f26 /libsensors/Android.mk
parentccf65b4db704992acd3f2dca771a2cb2c2500410 (diff)
downloaddevice_samsung_tuna-ca2bb8fc30fc6e4b5765d4da01e8c3cafc3b0095.zip
device_samsung_tuna-ca2bb8fc30fc6e4b5765d4da01e8c3cafc3b0095.tar.gz
device_samsung_tuna-ca2bb8fc30fc6e4b5765d4da01e8c3cafc3b0095.tar.bz2
tuna: Add ambient temperature sensor.
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
Diffstat (limited to 'libsensors/Android.mk')
-rw-r--r--libsensors/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsensors/Android.mk b/libsensors/Android.mk
index 8be82f2..fe65a91 100644
--- a/libsensors/Android.mk
+++ b/libsensors/Android.mk
@@ -33,7 +33,8 @@ LOCAL_SRC_FILES := \
LightSensor.cpp \
ProximitySensor.cpp \
PressureSensor.cpp \
- SamsungSensorBase.cpp
+ SamsungSensorBase.cpp \
+ TemperatureSensor.cpp
LOCAL_SHARED_LIBRARIES := libinvensense_hal liblog libcutils libutils libdl