Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)