summaryrefslogtreecommitdiffstats
path: root/libsensors/Android.mk
diff options
context:
space:
mode:
authorJavi Ferrer <javi.f.o@gmail.com>2015-05-12 19:40:59 +0200
committerforkbomb <keepcalm444@gmail.com>2015-11-25 08:33:40 +1100
commit948970715990bde9caf07377f928530848d19a36 (patch)
tree8ed27e6116225749dab0ac6de29b640e9617bfab /libsensors/Android.mk
parentef3bca4b0959df074d5b0867b95699c330b5779e (diff)
downloaddevice_samsung_i9300-948970715990bde9caf07377f928530848d19a36.zip
device_samsung_i9300-948970715990bde9caf07377f928530848d19a36.tar.gz
device_samsung_i9300-948970715990bde9caf07377f928530848d19a36.tar.bz2
i9300: update libsensors from replicant
- Orientation sensor still broken Change-Id: I7d20afbbc1f8b1ca5d046a38c0c3b7ce824c12cd
Diffstat (limited to 'libsensors/Android.mk')
-rw-r--r--libsensors/Android.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/libsensors/Android.mk b/libsensors/Android.mk
index 41c93d0..2e8e871 100644
--- a/libsensors/Android.mk
+++ b/libsensors/Android.mk
@@ -1,5 +1,4 @@
-#
-# Copyright (C) 2013 Paul Kocialkowski
+# Copyright (C) 2013 Paul Kocialkowski <contact@paulk.fr>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -13,15 +12,13 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
LOCAL_PATH := $(call my-dir)
-EXYNOS_SENSORS_PATH := $(LOCAL_PATH)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
- exynos_sensors.c \
+ smdk4x12_sensors.c \
input.c \
orientation.c \
akm8975.c \
@@ -35,7 +32,7 @@ LOCAL_SRC_FILES := \
cm36651_light.c \
lsm330dlc_acceleration.c \
lsm330dlc_gyroscope.c \
- lps331ap.c \
+ lps331ap.c
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/akmdfs \