Merge "Use -Werror in hardware/interfaces/light/2.0"
am: 5261c278b9
Change-Id: I0991ff7666452a21848218b96c29d3dc5de6d3a8
This commit is contained in:
commit
aa7cddcd71
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@ LOCAL_MODULE_RELATIVE_PATH := hw
|
|||
LOCAL_SRC_FILES := \
|
||||
Light.cpp \
|
||||
|
||||
LOCAL_CFLAGS := -Wall -Werror
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libhidlbase \
|
||||
libhidltransport \
|
||||
|
@ -28,6 +30,8 @@ LOCAL_INIT_RC := android.hardware.light@2.0-service.rc
|
|||
LOCAL_SRC_FILES := \
|
||||
service.cpp \
|
||||
|
||||
LOCAL_CFLAGS := -Wall -Werror
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
liblog \
|
||||
libcutils \
|
||||
|
|
Loading…
Reference in a new issue