commit | 93d99bf31d081198030380a946f4c29e38159b25 | [log] [tgz] |
---|---|---|
author | Dan Albert <[email protected]> | Tue Apr 18 14:50:19 2017 -0700 |
committer | Dan Albert <[email protected]> | Tue Apr 18 15:12:14 2017 -0700 |
tree | d7ba88d5be2e801eeeca651bbfe09dc19be90603 | |
parent | 61acd71ffaf0194d44842a622366ef89f4d08113 [diff] |
Suppress new warning that libunwind trips. Test: make checkbuild Bug: None Change-Id: I34cc42a8f809a4439a64babccc4cdfce73ace9b4
diff --git a/Android.bp b/Android.bp index 841e19d..0e2f170 100644 --- a/Android.bp +++ b/Android.bp
@@ -39,6 +39,7 @@ "-Wextra", "-Wno-unused-function", "-Wno-unused-parameter", + "-Wno-unused-local-typedef", "-Werror", ]