summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2015-10-22Make mmc-utils android-tree compatibleMohamad Ayyash
Change-Id: I1f1ab40e1395349f25e6c272183be8d76e3a743f Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
2015-03-24fix building errors on AndroidYaniv Gardi
3rd party HMAC SHA256 implementation has been added to the driver, and since driver common code (mmc_cmds.c) includes calling to routines and data structures that reside in these 3rd party files (under 3rdparty\hmac_sha) these files should be compiled as well in Android.mk makefile. Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org> Signed-off-by: Chris Ball <chris@printf.net>
2013-05-26mmc-utils: adding support for Android compilationYaniv Gardi
Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org> Signed-off-by: Chris Ball <cjb@laptop.org>