Skip to content
Snippets Groups Projects
Commit b03597d1 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Use -Werror in system/sepolicy"

am: 0d2303be

Change-Id: I20f23cb1884013dda006c3232adcc8dbc73b166c
parents 9b1affaa 0d2303be
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := fc_sort
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := fc_sort.c
LOCAL_CFLAGS := -Wall -Werror
LOCAL_CXX_STL := none
include $(BUILD_HOST_EXECUTABLE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment