sdcard: Turn on -Werror

Change-Id: I40fce5a69a898e79542aa7688d077ff7bc40ed4f
This commit is contained in:
Mark Salyzyn 2014-05-15 15:12:09 -07:00
parent efdf49f276
commit 676ffd54cb
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
LOCAL_PATH:= $(call my-dir)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= sdcard.c
LOCAL_MODULE:= sdcard
LOCAL_CFLAGS := -Wall -Wno-unused-parameter
LOCAL_SRC_FILES := sdcard.c
LOCAL_MODULE := sdcard
LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror
LOCAL_SHARED_LIBRARIES := libc libcutils