Merge "Exclude BUILD files from musl sysroot globs"

This commit is contained in:
Treehugger Robot 2022-08-12 21:14:52 +00:00 committed by Gerrit Code Review
commit d3c7700aa0
1 changed files with 1 additions and 0 deletions

View File

@ -2662,6 +2662,7 @@ cc_genrule {
" -D $${BIONIC_LIBC_DIR}/b64/include " +
" && " +
"$(location zip2zip) -i $(genDir)/sysroot.zip -o $(genDir)/sysroot-renamed.zip " +
" -x **/BUILD " +
" include/**/*:include/ " +
" NOTICE:NOTICE.bionic " +
" && " +