summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-01-13 12:44:55 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-01-13 12:44:55 +0100
commit2bb33ce3e036c33cde5c679746e09602d14440e3 (patch)
treedaae26145c892898ed37e5f0ca7b86732b171476
parent898b8362ef26d4029d68dce820ce916c40c73981 (diff)
downloaddevice_samsung_i9300-2bb33ce3e036c33cde5c679746e09602d14440e3.zip
device_samsung_i9300-2bb33ce3e036c33cde5c679746e09602d14440e3.tar.gz
device_samsung_i9300-2bb33ce3e036c33cde5c679746e09602d14440e3.tar.bz2
Always use the open source sensors
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r--libsensors/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/libsensors/Android.mk b/libsensors/Android.mk
index 8bdcd66..8d15195 100644
--- a/libsensors/Android.mk
+++ b/libsensors/Android.mk
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-ifeq ($(BOARD_USES_OPENSOURCE_SENSORS),true)
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -46,4 +46,3 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
-endif