Skip to content

Commit 1fc81f3

Browse files
Yaniv Gardicjb
Yaniv Gardi
authored andcommitted
mmc-utils: adding support for Android compilation
Signed-off-by: Yaniv Gardi <[email protected]> Signed-off-by: Chris Ball <[email protected]>
1 parent f74dfe2 commit 1fc81f3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Android.mk

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
LOCAL_PATH:= $(call my-dir)
2+
3+
include $(CLEAR_VARS)
4+
LOCAL_MODULE_TAGS := optional
5+
LOCAL_SRC_FILES:= mmc.c mmc_cmds.c
6+
LOCAL_MODULE := mmc_utils
7+
LOCAL_SHARED_LIBRARIES := libcutils libc
8+
LOCAL_C_INCLUDES+= $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
9+
LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
10+
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/mmc-utils
11+
include $(BUILD_EXECUTABLE)

0 commit comments

Comments
 (0)