676ffd54cb
Change-Id: I40fce5a69a898e79542aa7688d077ff7bc40ed4f
11 lines
227 B
Makefile
11 lines
227 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := sdcard.c
|
|
LOCAL_MODULE := sdcard
|
|
LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror
|
|
|
|
LOCAL_SHARED_LIBRARIES := libc libcutils
|
|
|
|
include $(BUILD_EXECUTABLE)
|