summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-04-09 21:45:56 -0700
committerYing Wang <wangying@google.com>2013-04-09 21:45:56 -0700
commit4d7eae50b99d8c205c8d9e6463f535c362c74c2d (patch)
treecb10e448583d3263bd5f0bb0dca0f61f27271293
parent33f25dfad814fb1f2e4fda8bc952ad2409c3cbb0 (diff)
downloadtuna-4d7eae50b99d8c205c8d9e6463f535c362c74c2d.tar.gz
Add liblog
Bug: 8580410 Change-Id: I0aaa2bbe1702491079c1763de7d7e0c00cb8117f
-rw-r--r--libsensors/Android.mk2
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)