sdcard doesn't need to explicitly ask for libc!
Change-Id: I110063f39b02da979f97d29e9cb4f5b295de0311
This commit is contained in:
parent
18b5264b9d
commit
f184f54466
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@ LOCAL_SRC_FILES := sdcard.c
|
|||
LOCAL_MODULE := sdcard
|
||||
LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libc libcutils
|
||||
LOCAL_SHARED_LIBRARIES := libcutils
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue