commit | be45b22a515053acbc782c337498f495b23e13cc | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Apr 04 13:18:46 2016 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Apr 04 13:20:31 2016 -0700 |
tree | 6a6e7b0da8c0e5d9982d3fdca5e7ac9ba28edcdb | |
parent | e5f79381db04d925a60116910626114965d934dc [diff] [blame] |
Update Android.bp with recent Android.mk changes This ports Idb3d445e053c44180773f59774df19b324f6817f to Android.bp Change-Id: Id5cdb450330792810b8eb61b3cab115ef046e55d
diff --git a/libc/Android.bp b/libc/Android.bp index 8ec2b92..cbca35f 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -45,6 +45,7 @@ "-Wall", "-Wextra", "-Wunused", + "-Wno-deprecated-declarations", // Try to catch typical 32-bit assumptions that break with 64-bit pointers. "-Werror=pointer-to-int-cast",