Add liblog
Bug: 8580410 Change-Id: Ie60dade81c06589cb0daee431611ded34adef8e6
This commit is contained in:
@@ -48,6 +48,7 @@ LOCAL_STATIC_LIBRARIES := \
|
|||||||
libpng \
|
libpng \
|
||||||
libfs_mgr \
|
libfs_mgr \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
liblog \
|
||||||
libselinux \
|
libselinux \
|
||||||
libstdc++ \
|
libstdc++ \
|
||||||
libm \
|
libm \
|
||||||
|
|||||||
@@ -14,5 +14,5 @@ LOCAL_SRC_FILES := flash_image.c
|
|||||||
LOCAL_MODULE := flash_image
|
LOCAL_MODULE := flash_image
|
||||||
LOCAL_MODULE_TAGS := eng
|
LOCAL_MODULE_TAGS := eng
|
||||||
LOCAL_STATIC_LIBRARIES := libmtdutils
|
LOCAL_STATIC_LIBRARIES := libmtdutils
|
||||||
LOCAL_SHARED_LIBRARIES := libcutils libc
|
LOCAL_SHARED_LIBRARIES := libcutils liblog libc
|
||||||
include $(BUILD_EXECUTABLE)
|
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 += libapplypatch libedify libmtdutils libminzip libz
|
||||||
LOCAL_STATIC_LIBRARIES += libmincrypt libbz
|
LOCAL_STATIC_LIBRARIES += libmincrypt libbz
|
||||||
LOCAL_STATIC_LIBRARIES += libminelf
|
LOCAL_STATIC_LIBRARIES += libminelf
|
||||||
LOCAL_STATIC_LIBRARIES += libcutils libstdc++ libc
|
LOCAL_STATIC_LIBRARIES += libcutils liblog libstdc++ libc
|
||||||
LOCAL_STATIC_LIBRARIES += libselinux
|
LOCAL_STATIC_LIBRARIES += libselinux
|
||||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
|
LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user