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

Commit 4c938652 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 966884bd: am 221fe803: Merge "sdcard doesn\'t need to explicitly ask for libc!"

* commit '966884bd':
  sdcard doesn't need to explicitly ask for libc!
parents b9b9345d 966884bd
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)