Merge "Exclude BUILD files from musl sysroot globs"
diff --git a/libc/Android.bp b/libc/Android.bp
index a4f59ff..50f8b74 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -2662,6 +2662,7 @@
         "  -D $${BIONIC_LIBC_DIR}/b64/include " +
         " && " +
         "$(location zip2zip) -i $(genDir)/sysroot.zip -o $(genDir)/sysroot-renamed.zip " +
+        " -x **/BUILD " +
         " include/**/*:include/ " +
         " NOTICE:NOTICE.bionic " +
         " && " +