Skip to content

Commit

Permalink
Create a static arm dump_image utility.
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Apr 6, 2010
1 parent a5f64e6 commit 5552aa3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mtdutils/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,16 @@ LOCAL_MODULE := liberase_image
LOCAL_CFLAGS += -Dmain=erase_image_main
include $(BUILD_STATIC_LIBRARY)


include $(CLEAR_VARS)
LOCAL_SRC_FILES := dump_image.c
LOCAL_MODULE := libdump_image
LOCAL_MODULE_CLASS := UTILITY_EXECUTABLES
LOCAL_MODULE_STEM := dump_image
LOCAL_MODULE_PATH := $(PRODUCT_OUT)/utilities/
LOCAL_STATIC_LIBRARIES := libmtdutils libcutils libc
LOCAL_FORCE_STATIC_EXECUTABLE := true
include $(BUILD_EXECUTABLE)

endif # TARGET_ARCH == arm
endif # !TARGET_SIMULATOR

0 comments on commit 5552aa3

Please sign in to comment.