Merge "Tweak linux_glibc properties for musl builds in external/libusb" am: 596772ba2a am: 87c8958af7 am: 499ca85135 am: 5304cf842b

Original change: https://android-review.googlesource.com/c/platform/external/libusb/+/2018607

Change-Id: I97f3bb06876d25386f278b9de756a27631619a4b
diff --git a/Android.bp b/Android.bp
index de529f2..4befb96 100644
--- a/Android.bp
+++ b/Android.bp
@@ -105,15 +105,7 @@
             ],
         },
 
-        linux_glibc: {
-            local_include_dirs: [
-                "linux",
-            ],
-
-            cflags: ["-Werror"],
-        },
-
-        linux_bionic: {
+        host_linux: {
             local_include_dirs: [
                 "linux",
             ],