aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:41:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:41:02 +0000
commit8535d474cef53a020a4ecc1afbe024c20964e3b4 (patch)
tree15eeeb43c7bbd77d23f5e9f0af837722a7737e34
parent2d65648bb453c821903e6e500f64142bee7fd502 (diff)
parent42e2a0711186eebb77d2a273660381931e8e0c16 (diff)
downloadlibusb-aml_tz3_314012010.tar.gz
Change-Id: I76f9efb8cfa5d1b2f1befd9936a676c13c233cbe
-rw-r--r--Android.bp10
1 files changed, 9 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4befb96..de529f2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -105,7 +105,15 @@ cc_library {
],
},
- host_linux: {
+ linux_glibc: {
+ local_include_dirs: [
+ "linux",
+ ],
+
+ cflags: ["-Werror"],
+ },
+
+ linux_bionic: {
local_include_dirs: [
"linux",
],