Skip to content
Snippets Groups Projects
Commit f184f544 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

sdcard doesn't need to explicitly ask for libc!

Change-Id: I110063f39b02da979f97d29e9cb4f5b295de0311
parent 18b5264b
Branches
Tags
No related merge requests found
...@@ -6,6 +6,6 @@ LOCAL_SRC_FILES := sdcard.c ...@@ -6,6 +6,6 @@ LOCAL_SRC_FILES := sdcard.c
LOCAL_MODULE := sdcard LOCAL_MODULE := sdcard
LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror
LOCAL_SHARED_LIBRARIES := libc libcutils LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_EXECUTABLE) include $(BUILD_EXECUTABLE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment