use md5.c for computation of md5sums

create a framework for computing digests and reading digests in TWRP
add space for backwards compatibility with bb md5sum
Change-Id: Ia18e3f430eed5eba22e5052d39b9b8d88ecd4536
This commit is contained in:
bigbiff bigbiff
2013-02-27 21:11:26 -05:00
parent 3578701315
commit cdcfee48b9
10 changed files with 488 additions and 64 deletions

View File

@@ -27,6 +27,7 @@ LOCAL_SRC_FILES := \
verifier.cpp \
fixPermissions.cpp \
twrpTar.cpp \
twrpDigest.cpp \
adb_install.cpp
LOCAL_SRC_FILES += \