Hi Chris, Can you please merge this patch to mmc-utils? Thanks, Maya > Signed-off-by: Yaniv Gardi <ygardi@xxxxxxxxxxxxxx> > --- > Android.mk | 11 +++++++++++ > 1 files changed, 11 insertions(+), 0 deletions(-) > create mode 100644 Android.mk > > diff --git a/Android.mk b/Android.mk > new file mode 100644 > index 0000000..7c8cce4 > --- /dev/null > +++ b/Android.mk > @@ -0,0 +1,11 @@ > +LOCAL_PATH:= $(call my-dir) > + > +include $(CLEAR_VARS) > +LOCAL_MODULE_TAGS := optional > +LOCAL_SRC_FILES:= mmc.c mmc_cmds.c > +LOCAL_MODULE := mmc_utils > +LOCAL_SHARED_LIBRARIES := libcutils libc > +LOCAL_C_INCLUDES+= $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include > +LOCAL_ADDITIONAL_DEPENDENCIES += > $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr > +LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/mmc-utils > +include $(BUILD_EXECUTABLE) > -- > 1.7.6 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Maya Erez QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html