Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Use -Werror in external/sqlite/dist"
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Oct 30, 2017
2 parents ebd1125 + 8af243d commit bbc4ac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/Android.bp
Expand Up @@ -36,6 +36,10 @@ cc_defaults {
"-DSQLITE_OMIT_LOAD_EXTENSION",
"-DSQLITE_DEFAULT_FILE_PERMISSIONS=0600",
"-DSQLITE_SECURE_DELETE",
"-Wall",
"-Werror",
"-Wno-error=unused-function",
"-Wno-error=unused-parameter",
],

target: {
Expand Down

0 comments on commit bbc4ac9

Please sign in to comment.