Merge "Use -Werror in development/tools/line_endings" am: f1ce8d402c am: e8c304609b

am: 1d6acda9de

Change-Id: I4060c75001e6d7418ba2b3c71a9e830681a0487b
This commit is contained in:
Chih-Hung Hsieh
2017-11-04 04:30:37 +00:00
committed by android-build-merger

View File

@@ -5,4 +5,5 @@
cc_binary_host {
name: "line_endings",
srcs: ["line_endings.c"],
cflags: ["-Wall", "-Werror"],
}