summaryrefslogtreecommitdiff
path: root/cmds/am
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-10-16 19:50:38 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-16 19:50:38 +0000
commitdecc397b267ca0769a2232ebaee6580bb082e0d1 (patch)
tree4c53ec713713792d1f276cb0a04498ba44abbf9d /cmds/am
parent4f4d64659abc0db7c3f9dc5a9ae3f14e61c6776b (diff)
parent9f004b17523494a0b123a0034742c47ff2880428 (diff)
Merge "Use -Werror in frameworks/base" am: 16fbd3a1d8 am: 0bfb717a37
am: 9f004b1752 Change-Id: I6517ee1689b0247caf830a6c3528bfa9bcf91f75
Diffstat (limited to 'cmds/am')
-rw-r--r--cmds/am/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/am/Android.bp b/cmds/am/Android.bp
index 7eb4edfecbf9..bb16df1d159d 100644
--- a/cmds/am/Android.bp
+++ b/cmds/am/Android.bp
@@ -4,6 +4,7 @@
cc_library_host_static {
name: "libinstrumentation",
srcs: ["**/*.proto"],
+ cflags: ["-Wall", "-Werror"],
proto: {
type: "full",
export_proto_headers: true,