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:
Greg Hackmann 2017-02-22 10:50:26 -08:00
parent 7c60ec3029
commit a930af8921
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ cc_defaults {
suffix: "64",
},
},
cflags: [
"-Wall",
"-Wextra",
"-Werror",
],
}
test_libraries = [