From 20697b965cd923211daeea2037f60218358b9659 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 23 Jul 2009 15:17:00 -0700 Subject: only build flash_image for eng With the recovery image being installed by applypatch, the flash_image tool isn't needed any more. Continue to build it for eng just in case it's handy for debugging. --- mtdutils/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'mtdutils') diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk index 1a75423..57ab579 100644 --- a/mtdutils/Android.mk +++ b/mtdutils/Android.mk @@ -15,6 +15,7 @@ include $(BUILD_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_SRC_FILES := flash_image.c LOCAL_MODULE := flash_image +LOCAL_MODULE_TAGS := eng LOCAL_STATIC_LIBRARIES := libmtdutils LOCAL_SHARED_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) -- cgit v1.1