Add explicit liblog dependency
Explicitly add liblog as dependency for modules that use Android logging. Also remove obsolete build flag. Change-Id: I91a458b44ff34c91a8f6875f5c3e931f620c613a
This commit is contained in:
parent
539c17f2bb
commit
f871943dc5
1 changed files with 1 additions and 2 deletions
|
@ -21,6 +21,7 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libcutils \
|
||||
libgps.utils \
|
||||
libdl \
|
||||
liblog \
|
||||
libloc_pla
|
||||
|
||||
LOCAL_SRC_FILES += \
|
||||
|
@ -52,8 +53,6 @@ LOCAL_COPY_HEADERS:= \
|
|||
loc_core_log.h \
|
||||
LocAdapterProxyBase.h
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
endif # not BUILD_TINY_ANDROID
|
||||
|
|
Loading…
Reference in a new issue