diff options
author | Doug Zongker <dougz@android.com> | 2009-07-23 15:17:00 -0700 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2009-07-23 15:17:00 -0700 |
commit | 20697b965cd923211daeea2037f60218358b9659 (patch) | |
tree | 49cf0f58351756c4344f38e4888616a389ea1a1e /mtdutils | |
parent | 64893ccc09b25ac31bc6a17f5c7f43c7fa789576 (diff) | |
download | bootable_recovery-20697b965cd923211daeea2037f60218358b9659.zip bootable_recovery-20697b965cd923211daeea2037f60218358b9659.tar.gz bootable_recovery-20697b965cd923211daeea2037f60218358b9659.tar.bz2 |
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.
Diffstat (limited to 'mtdutils')
-rw-r--r-- | mtdutils/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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) |