summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/android/Android.bp b/android/Android.bp
index d5a1312..9173a03 100644
--- a/android/Android.bp
+++ b/android/Android.bp
@@ -2,7 +2,13 @@ cc_library_static {
name: "libsqlite3_android",
vendor_available: true,
host_supported: true,
- cflags: ["-DSQLITE_ENABLE_ICU"],
+ cflags: [
+ "-DSQLITE_ENABLE_ICU",
+ "-Wall",
+ "-Werror",
+ "-Wno-unused-function",
+ "-Wno-unused-variable",
+ ],
srcs: [
"PhoneNumberUtils.cpp",
"OldPhoneNumberUtils.cpp",