X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Android.mk;h=1eeb282766d88c4e3db97b4dca0d01a4b98a90fd;hb=a14c64a57827ee5daa33ad52079cb81844e08d0e;hp=242b255111186651cd2df3875e7c704c78977581;hpb=b8f00633ad37cf01cf7cf42a2c166e3d7b410432;p=android-x86%2Fhardware-intel-libsensors.git diff --git a/Android.mk b/Android.mk index 242b255..1eeb282 100644 --- a/Android.mk +++ b/Android.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 Intel Corporation. +# Copyright (C) 2014-2015 Intel Corporation. # # IIO sensors HAL module implementation, compiled as hw/iio-sensors-hal.so @@ -20,6 +20,7 @@ src_files := $(src_path)/entry.c \ $(src_path)/compass-calibration.c \ $(src_path)/matrix-ops.c \ $(src_path)/gyro-calibration.c \ + $(src_path)/filtering.c \ LOCAL_C_INCLUDES += $(LOCAL_PATH) vendor/intel/hardware/iio-sensors LOCAL_MODULE := sensors.$(TARGET_BOARD_PLATFORM) @@ -35,13 +36,11 @@ LOCAL_SRC_FILES := $(src_files) include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) -src_path := . -src_files := $(src_path)/sens.c LOCAL_C_INCLUDES += $(LOCAL_PATH) vendor/intel/hardware/iio-sensors LOCAL_MODULE := sens LOCAL_CFLAGS := -DLOG_TAG=\"Sensors\" -fvisibility=hidden LOCAL_SHARED_LIBRARIES := liblog libcutils libdl -LOCAL_SRC_FILES := $(src_files) +LOCAL_SRC_FILES := sens.c LOCAL_MODULE_TAGS := eng include $(BUILD_EXECUTABLE) endif