diff options
author | Doug Zongker <dougz@android.com> | 2009-08-04 17:44:43 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-08-04 17:44:43 +0200 |
commit | b9955b837321e36f65eb9ec0d2ec7c2681774143 (patch) | |
tree | 86caef39afb8bcac5a6bfdc32c10a2b998509b52 | |
parent | reconcile korg/master into goog/master (diff) | |
parent | only build flash_image for eng (diff) | |
download | android_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.mk | 1 |
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) |