build: add explicit dependency to liblog

Change-Id: I9d1d1836022cffafe3b51c38a69353e4a1e1ce84
This commit is contained in:
Thierry Strudel
2016-10-13 10:13:22 -07:00
parent 7e0370a43f
commit cae2bf69a3
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := \
libutils \
libcutils \
liblog \
libqmi_cci \
libqmi_common_so \
libgps.utils \

View File

@@ -17,6 +17,7 @@ endif
LOCAL_SHARED_LIBRARIES := \
libutils \
libcutils \
liblog \
libqmi_cci \
libqmi_common_so \
libloc_core \