diff options
author | Doug Zongker <dougz@android.com> | 2014-03-07 01:16:05 +0100 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2014-03-11 19:10:00 +0100 |
commit | 39cf417e17011a72dd39acfe4cc8c90af26bdbaf (patch) | |
tree | ba41f425926bfe68baf488f8ae5b0044c2a19f73 /mtdutils | |
parent | change how recovery animation is implemented (diff) | |
download | android_bootable_recovery-39cf417e17011a72dd39acfe4cc8c90af26bdbaf.tar android_bootable_recovery-39cf417e17011a72dd39acfe4cc8c90af26bdbaf.tar.gz android_bootable_recovery-39cf417e17011a72dd39acfe4cc8c90af26bdbaf.tar.bz2 android_bootable_recovery-39cf417e17011a72dd39acfe4cc8c90af26bdbaf.tar.lz android_bootable_recovery-39cf417e17011a72dd39acfe4cc8c90af26bdbaf.tar.xz android_bootable_recovery-39cf417e17011a72dd39acfe4cc8c90af26bdbaf.tar.zst android_bootable_recovery-39cf417e17011a72dd39acfe4cc8c90af26bdbaf.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 |