blob: c430ac8eee0d84e3d359ac918f6ffa01eb6deaa4 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= sdcard.c
LOCAL_MODULE:= sdcard
LOCAL_SHARED_LIBRARIES := libc
include $(BUILD_EXECUTABLE)