diff options
Diffstat (limited to 'sdcard/Android.mk')
-rw-r--r-- | sdcard/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdcard/Android.mk b/sdcard/Android.mk index 63b0f41..cb3a8fb 100644 --- a/sdcard/Android.mk +++ b/sdcard/Android.mk @@ -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) |