summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-08-04 17:44:43 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2009-08-04 17:44:43 +0200
commitb9955b837321e36f65eb9ec0d2ec7c2681774143 (patch)
tree86caef39afb8bcac5a6bfdc32c10a2b998509b52
parentreconcile korg/master into goog/master (diff)
parentonly build flash_image for eng (diff)
downloadandroid_bootable_recovery-b9955b837321e36f65eb9ec0d2ec7c2681774143.tar
android_bootable_recovery-b9955b837321e36f65eb9ec0d2ec7c2681774143.tar.gz
android_bootable_recovery-b9955b837321e36f65eb9ec0d2ec7c2681774143.tar.bz2
android_bootable_recovery-b9955b837321e36f65eb9ec0d2ec7c2681774143.tar.lz
android_bootable_recovery-b9955b837321e36f65eb9ec0d2ec7c2681774143.tar.xz
android_bootable_recovery-b9955b837321e36f65eb9ec0d2ec7c2681774143.tar.zst
android_bootable_recovery-b9955b837321e36f65eb9ec0d2ec7c2681774143.zip
-rw-r--r--mtdutils/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk
index 1a75423ab..57ab579b2 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)