am 7d28098b: am 99337883: Merge "sdcard: Turn on -Werror"
* commit '7d28098b9adc450ca26c73b02b025a02891a0766': sdcard: Turn on -Werror
This commit is contained in:
commit
0455d792cf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue