aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 48480d1..79914bd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,6 +24,7 @@ cc_defaults {
"-Wall",
"-Wextra",
"-Wformat=2",
+ "-Wmissing-prototypes",
"-Wno-psabi",
"-Wno-unused-parameter",
"-ffunction-sections",
@@ -175,6 +176,9 @@ cc_test_host {
"libchrome",
"libcrypto",
],
+ cflags: [
+ "-Wno-missing-prototypes",
+ ],
srcs: [
"test/avb_ab_flow_unittest.cc",
"test/avb_atx_validate_unittest.cc",