diff options
author | Doug Zongker <dougz@android.com> | 2014-03-07 01:16:05 +0100 |
---|---|---|
committer | Doug Zongker <dougz@google.com> | 2014-03-11 22:40:04 +0100 |
commit | 16f97c3961f08e5db7930d99e592f0a9f752df46 (patch) | |
tree | 5d3e2eb928250e33d7b6580e0ac80fd2404898ab /mtdutils | |
parent | Merge "update tools for making recovery images" (diff) | |
download | android_bootable_recovery-16f97c3961f08e5db7930d99e592f0a9f752df46.tar android_bootable_recovery-16f97c3961f08e5db7930d99e592f0a9f752df46.tar.gz android_bootable_recovery-16f97c3961f08e5db7930d99e592f0a9f752df46.tar.bz2 android_bootable_recovery-16f97c3961f08e5db7930d99e592f0a9f752df46.tar.lz android_bootable_recovery-16f97c3961f08e5db7930d99e592f0a9f752df46.tar.xz android_bootable_recovery-16f97c3961f08e5db7930d99e592f0a9f752df46.tar.zst android_bootable_recovery-16f97c3961f08e5db7930d99e592f0a9f752df46.zip |
Diffstat (limited to 'mtdutils')
-rw-r--r-- | mtdutils/flash_image.c | 3 |
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 |