Add liblog
Bug: 8580410 Change-Id: Ie60dade81c06589cb0daee431611ded34adef8e6
This commit is contained in:
parent
b5bd4fb795
commit
4e21482d97
3 changed files with 3 additions and 2 deletions
|
@ -48,6 +48,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libpng \
|
||||
libfs_mgr \
|
||||
libcutils \
|
||||
liblog \
|
||||
libselinux \
|
||||
libstdc++ \
|
||||
libm \
|
||||
|
|
|
@ -14,5 +14,5 @@ LOCAL_SRC_FILES := flash_image.c
|
|||
LOCAL_MODULE := flash_image
|
||||
LOCAL_MODULE_TAGS := eng
|
||||
LOCAL_STATIC_LIBRARIES := libmtdutils
|
||||
LOCAL_SHARED_LIBRARIES := libcutils libc
|
||||
LOCAL_SHARED_LIBRARIES := libcutils liblog libc
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
|
|
@ -31,7 +31,7 @@ LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UPDATER_LIBS) $(TARGET_RECOVERY_UPDA
|
|||
LOCAL_STATIC_LIBRARIES += libapplypatch libedify libmtdutils libminzip libz
|
||||
LOCAL_STATIC_LIBRARIES += libmincrypt libbz
|
||||
LOCAL_STATIC_LIBRARIES += libminelf
|
||||
LOCAL_STATIC_LIBRARIES += libcutils libstdc++ libc
|
||||
LOCAL_STATIC_LIBRARIES += libcutils liblog libstdc++ libc
|
||||
LOCAL_STATIC_LIBRARIES += libselinux
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
|
||||
|
||||
|
|
Loading…
Reference in a new issue