summaryrefslogtreecommitdiffstats
path: root/mtdutils/flash_image.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2014-03-11 22:55:47 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-03-11 22:55:48 +0100
commitc91612d4668688c5d7bf76c258c11010697a03d2 (patch)
tree5d3e2eb928250e33d7b6580e0ac80fd2404898ab /mtdutils/flash_image.c
parentMerge "update tools for making recovery images" (diff)
parentremove pixelflinger from recovery (diff)
downloadandroid_bootable_recovery-c91612d4668688c5d7bf76c258c11010697a03d2.tar
android_bootable_recovery-c91612d4668688c5d7bf76c258c11010697a03d2.tar.gz
android_bootable_recovery-c91612d4668688c5d7bf76c258c11010697a03d2.tar.bz2
android_bootable_recovery-c91612d4668688c5d7bf76c258c11010697a03d2.tar.lz
android_bootable_recovery-c91612d4668688c5d7bf76c258c11010697a03d2.tar.xz
android_bootable_recovery-c91612d4668688c5d7bf76c258c11010697a03d2.tar.zst
android_bootable_recovery-c91612d4668688c5d7bf76c258c11010697a03d2.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