libcutils: build tests with -Wall -Wextra -Werror
Test: mmm system/core/libcutils/tests Change-Id: Iede18a008df5834b8ecedd6019c4444150748f68 Signed-off-by: Greg Hackmann <ghackmann@google.com>
This commit is contained in:
parent
7c60ec3029
commit
a930af8921
|
@ -46,6 +46,12 @@ cc_defaults {
|
|||
suffix: "64",
|
||||
},
|
||||
},
|
||||
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Werror",
|
||||
],
|
||||
}
|
||||
|
||||
test_libraries = [
|
||||
|
|
Loading…
Reference in New Issue