diff options
author | Ying Wang <wangying@google.com> | 2013-04-09 21:45:56 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2013-04-09 21:45:56 -0700 |
commit | 3f1ece4f1f1857b4d865e4ef4bc71cad35a14c57 (patch) | |
tree | 58ffad65964933e8a634e5c0637f506a6533c4d1 /libsensors | |
parent | d82cc869a7e11a9a44977be8c60cb443beabe66f (diff) | |
download | device_samsung_tuna-3f1ece4f1f1857b4d865e4ef4bc71cad35a14c57.zip device_samsung_tuna-3f1ece4f1f1857b4d865e4ef4bc71cad35a14c57.tar.gz device_samsung_tuna-3f1ece4f1f1857b4d865e4ef4bc71cad35a14c57.tar.bz2 |
Add liblog
Bug: 8580410
Change-Id: I0aaa2bbe1702491079c1763de7d7e0c00cb8117f
Diffstat (limited to 'libsensors')
-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) |