From 2bb33ce3e036c33cde5c679746e09602d14440e3 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 13 Jan 2017 12:44:55 +0100 Subject: Always use the open source sensors Signed-off-by: Wolfgang Wiedmeyer --- libsensors/Android.mk | 3 +-- 1 file changed, 1 insertion(+), 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 . -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 -- cgit v1.1