aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2021-01-23 09:35:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-01-23 09:35:32 +0000
commit8d7f7f4bdc0e01bceee14e71e4a515698fd1709a (patch)
tree020bdfa12df9e8400b0a61bbbf2f39a513309b9a
parent77521a64e091461a9f678cc31e09411480210d23 (diff)
parent11fb88c70e7b565094b28d3e22e14efed39cf531 (diff)
downloadlibusb-8d7f7f4bdc0e01bceee14e71e4a515698fd1709a.tar.gz
Merge "Silence -Wunguarded-availability"
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 8a0ef0c..f293257 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,7 +61,8 @@ cc_library {
],
cflags: [
- "-Wno-deprecated-declarations"
+ "-Wno-deprecated-declarations",
+ "-Wno-unguarded-availability",
],
},