diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2016-04-04 13:18:46 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2016-04-04 13:20:31 -0700 |
| commit | be45b22a515053acbc782c337498f495b23e13cc (patch) | |
| tree | 6a6e7b0da8c0e5d9982d3fdca5e7ac9ba28edcdb /libc | |
| parent | e5f79381db04d925a60116910626114965d934dc (diff) | |
Update Android.bp with recent Android.mk changes
This ports Idb3d445e053c44180773f59774df19b324f6817f to Android.bp
Change-Id: Id5cdb450330792810b8eb61b3cab115ef046e55d
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Android.bp b/libc/Android.bp index 8ec2b920e..cbca35fc9 100644 --- a/libc/Android.bp +++ b/libc/Android.bp @@ -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", |
