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 := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libutils \
|
libutils \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libgps.utils \
|
libgps.utils \
|
||||||
libdl
|
libdl
|
||||||
|
|
||||||
|
@ -58,6 +59,7 @@ LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libutils \
|
libutils \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libloc_adapter \
|
libloc_adapter \
|
||||||
libgps.utils \
|
libgps.utils \
|
||||||
libdl
|
libdl
|
||||||
|
@ -103,6 +105,7 @@ LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libutils \
|
libutils \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libloc_eng \
|
libloc_eng \
|
||||||
libgps.utils
|
libgps.utils
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,8 @@ include $(CLEAR_VARS)
|
||||||
## Libs
|
## Libs
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libutils \
|
libutils \
|
||||||
libcutils
|
libcutils \
|
||||||
|
liblog
|
||||||
|
|
||||||
LOCAL_SRC_FILES += \
|
LOCAL_SRC_FILES += \
|
||||||
loc_log.cpp \
|
loc_log.cpp \
|
||||||
|
@ -42,4 +43,3 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
endif # not BUILD_TINY_ANDROID
|
endif # not BUILD_TINY_ANDROID
|
||||||
endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|
endif # BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue