Merge "Exclude BUILD files from musl sysroot globs"
This commit is contained in:
commit
d3c7700aa0
|
@ -2662,6 +2662,7 @@ cc_genrule {
|
||||||
" -D $${BIONIC_LIBC_DIR}/b64/include " +
|
" -D $${BIONIC_LIBC_DIR}/b64/include " +
|
||||||
" && " +
|
" && " +
|
||||||
"$(location zip2zip) -i $(genDir)/sysroot.zip -o $(genDir)/sysroot-renamed.zip " +
|
"$(location zip2zip) -i $(genDir)/sysroot.zip -o $(genDir)/sysroot-renamed.zip " +
|
||||||
|
" -x **/BUILD " +
|
||||||
" include/**/*:include/ " +
|
" include/**/*:include/ " +
|
||||||
" NOTICE:NOTICE.bionic " +
|
" NOTICE:NOTICE.bionic " +
|
||||||
" && " +
|
" && " +
|
||||||
|
|
Loading…
Reference in New Issue