summaryrefslogtreecommitdiffstats
path: root/mtdutils/flash_image.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-03-13 16:46:53 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-13 16:46:53 +0100
commit4048200cd6baf8df35f7100afbdbd3067502eae8 (patch)
tree35998afaedc55bed4c3f44b95fb407825c25c006 /mtdutils/flash_image.c
parentam 8f087d02: Merge "update tools for making recovery images" (diff)
parentMerge "remove pixelflinger from recovery" (diff)
downloadandroid_bootable_recovery-4048200cd6baf8df35f7100afbdbd3067502eae8.tar
android_bootable_recovery-4048200cd6baf8df35f7100afbdbd3067502eae8.tar.gz
android_bootable_recovery-4048200cd6baf8df35f7100afbdbd3067502eae8.tar.bz2
android_bootable_recovery-4048200cd6baf8df35f7100afbdbd3067502eae8.tar.lz
android_bootable_recovery-4048200cd6baf8df35f7100afbdbd3067502eae8.tar.xz
android_bootable_recovery-4048200cd6baf8df35f7100afbdbd3067502eae8.tar.zst
android_bootable_recovery-4048200cd6baf8df35f7100afbdbd3067502eae8.zip
Diffstat (limited to 'mtdutils/flash_image.c')
-rw-r--r--mtdutils/flash_image.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mtdutils/flash_image.c b/mtdutils/flash_image.c
index a39d60001..5657dfc82 100644
--- a/mtdutils/flash_image.c
+++ b/mtdutils/flash_image.c
@@ -24,6 +24,9 @@
#include "cutils/log.h"
#include "mtdutils.h"
+#ifdef LOG_TAG
+#undef LOG_TAG
+#endif
#define LOG_TAG "flash_image"
#define HEADER_SIZE 2048 // size of header to compare for equality