Add liblog
Bug: 8580410 Change-Id: Ife86cba2312cf83f263b07bfe8f3b655ec7d1a70
This commit is contained in:
parent
c65fed0353
commit
ce5efcc57f
2 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,7 @@ LOCAL_MODULE_TAGS := optional
|
|||
LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libcutils \
|
||||
liblog \
|
||||
libgps.utils \
|
||||
libdl
|
||||
|
||||
|
@ -58,6 +59,7 @@ LOCAL_MODULE_TAGS := optional
|
|||
LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libcutils \
|
||||
liblog \
|
||||
libloc_adapter \
|
||||
libgps.utils \
|
||||
libdl
|
||||
|
@ -103,6 +105,7 @@ LOCAL_MODULE_TAGS := optional
|
|||
LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libcutils \
|
||||
liblog \
|
||||
libloc_eng \
|
||||
libgps.utils
|
||||
|
||||
|
|
|
@ -9,7 +9,8 @@ include $(CLEAR_VARS)
|
|||
## Libs
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libcutils
|
||||
libcutils \
|
||||
liblog
|
||||
|
||||
LOCAL_SRC_FILES += \
|
||||
loc_log.cpp \
|
||||
|
@ -42,4 +43,3 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)
|
|||
include $(BUILD_SHARED_LIBRARY)
|
||||
endif # not BUILD_TINY_ANDROID
|
||||
endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|
||||
|
||||
|
|
Loading…
Reference in a new issue