am 2d8a4237
: Revert -Wall -Werror
* commit '2d8a42373e483d0f3b952699ada5bbf323593d8a': Revert -Wall -Werror
This commit is contained in:
commit
28683e048a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ include $(CLEAR_VARS)
|
|||
LOCAL_MODULE := checkseapp
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_C_INCLUDES := external/libsepol/include/
|
||||
LOCAL_CFLAGS := -DLINK_SEPOL_STATIC -Wall -Werror
|
||||
LOCAL_CFLAGS := -DLINK_SEPOL_STATIC
|
||||
LOCAL_SRC_FILES := check_seapp.c
|
||||
LOCAL_STATIC_LIBRARIES := libsepol
|
||||
|
||||
|
|
Loading…
Reference in a new issue