aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-03-15 21:29:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-03-15 21:29:49 +0000
commit596772ba2a7a87a22049ecb3cf7bece4ff817060 (patch)
tree4aca2832f8eae48692a53915ddfd682e4bcc5a13
parent7380ba9a76821e0f3fb1fdb5cfbe03f3a834ce9b (diff)
parent1add6d66eb01f1b579a65b935e59d973d034adf8 (diff)
downloadlibusb-596772ba2a7a87a22049ecb3cf7bece4ff817060.tar.gz
Merge "Tweak linux_glibc properties for musl builds in external/libusb"
-rw-r--r--Android.bp10
1 files changed, 1 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index de529f2..4befb96 100644
--- a/Android.bp
+++ b/Android.bp
@@ -105,15 +105,7 @@ cc_library {
],
},
- linux_glibc: {
- local_include_dirs: [
- "linux",
- ],
-
- cflags: ["-Werror"],
- },
-
- linux_bionic: {
+ host_linux: {
local_include_dirs: [
"linux",
],