blob: 4630db97c96938d65678f2897723cc8ac39a1011 [file] [log] [blame]
Brian Swetland03ee9472010-08-12 18:01:08 -07001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_SRC_FILES:= sdcard.c
6LOCAL_MODULE:= sdcard
Jeff Brown6249b902012-05-26 14:32:54 -07007LOCAL_CFLAGS := -Wall -Wno-unused-parameter
Brian Swetland03ee9472010-08-12 18:01:08 -07008
Jeff Sharkeydfe0cba2013-07-03 17:08:29 -07009LOCAL_SHARED_LIBRARIES := libc libcutils
Brian Swetland03ee9472010-08-12 18:01:08 -070010
11include $(BUILD_EXECUTABLE)