summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index b865eec..064b0c8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,6 +25,10 @@ cc_binary {
"liblog",
"libnetd_client",
],
- cflags: ["-DANDROID_CHANGES"],
+ cflags: [
+ "-DANDROID_CHANGES",
+ "-Wall",
+ "-Werror",
+ ],
init_rc: ["mtpd.rc"],
}