blob: d66019b44171605fca06ee64d4f241a9e8c374c1 [file] [log] [blame]
Yaniv Gardi1fc81f32013-04-24 14:51:26 +03001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
Mohamad Ayyashb7c16c92015-10-22 17:29:27 -07004LOCAL_MODULE_TAGS := debug
5LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
Yaniv Gardi1fc81f32013-04-24 14:51:26 +03006LOCAL_SRC_FILES:= mmc.c mmc_cmds.c
Yaniv Gardi50b68542015-03-18 11:35:51 +02007LOCAL_SRC_FILES += 3rdparty/hmac_sha/sha2.c 3rdparty/hmac_sha/hmac_sha2.c
Aurimas Liutikas358f4f52016-04-05 16:11:16 -07008LOCAL_CFLAGS += -Werror
Yaniv Gardi1fc81f32013-04-24 14:51:26 +03009LOCAL_MODULE := mmc_utils
10LOCAL_SHARED_LIBRARIES := libcutils libc
Yaniv Gardi1fc81f32013-04-24 14:51:26 +030011include $(BUILD_EXECUTABLE)