aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-22 08:25:43 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-22 08:25:43 +0000
commit6880412f9590f054902bac77c58ff801032f64ff (patch)
tree953230748fd7abf33c89880946114903f7306527
parent8358793a0c0c16388ce642d962b81e4d69090982 (diff)
parent942622099835243df8c6754babb1c11d305d864d (diff)
downloadlibusb-6880412f9590f054902bac77c58ff801032f64ff.tar.gz
Snap for 4464948 from 942622099835243df8c6754babb1c11d305d864d to pi-release
Change-Id: Ia188e4519f76f963dca894a335aa655d9170abbe
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index f19d333..62b575e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,7 +57,10 @@ cc_library {
"-lobjc"
],
- // cflags: ["-Werror"], // still has warnings
+ cflags: [
+ "-Wno-unused-parameter",
+ "-Wno-deprecated-declarations"
+ ],
},
linux_glibc: {