diff options
-rw-r--r-- | libsensors/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsensors/Android.mk b/libsensors/Android.mk index ffbfac0..6cf59a7 100644 --- a/libsensors/Android.mk +++ b/libsensors/Android.mk @@ -35,6 +35,6 @@ LOCAL_SRC_FILES := \ PressureSensor.cpp \ SamsungSensorBase.cpp -LOCAL_SHARED_LIBRARIES := libinvensense_hal libcutils libutils libdl +LOCAL_SHARED_LIBRARIES := libinvensense_hal liblog libcutils libutils libdl include $(BUILD_SHARED_LIBRARY) |