summaryrefslogtreecommitdiffstats
path: root/mtdutils/flash_image.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-03-12 03:42:57 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-12 03:42:57 +0100
commitcb1bdc9e427b8b7262d1e56fef47d2bb6d76139f (patch)
treefcabf54bb6676e3e34a33d16ab79a15c11c2f661 /mtdutils/flash_image.c
parentam 8f087d02: Merge "update tools for making recovery images" (diff)
parentMerge "remove pixelflinger from recovery" (diff)
downloadandroid_bootable_recovery-cb1bdc9e427b8b7262d1e56fef47d2bb6d76139f.tar
android_bootable_recovery-cb1bdc9e427b8b7262d1e56fef47d2bb6d76139f.tar.gz
android_bootable_recovery-cb1bdc9e427b8b7262d1e56fef47d2bb6d76139f.tar.bz2
android_bootable_recovery-cb1bdc9e427b8b7262d1e56fef47d2bb6d76139f.tar.lz
android_bootable_recovery-cb1bdc9e427b8b7262d1e56fef47d2bb6d76139f.tar.xz
android_bootable_recovery-cb1bdc9e427b8b7262d1e56fef47d2bb6d76139f.tar.zst
android_bootable_recovery-cb1bdc9e427b8b7262d1e56fef47d2bb6d76139f.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