Merge "Update Android.bp with recent Android.mk changes"

This commit is contained in:
Dan Willemsen 2016-04-04 21:14:01 +00:00 committed by Gerrit Code Review
commit 2678c90f7d
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ cc_defaults {
"-Wall",
"-Wextra",
"-Wunused",
"-Wno-deprecated-declarations",
// Try to catch typical 32-bit assumptions that break with 64-bit pointers.
"-Werror=pointer-to-int-cast",