commit | d3c7700aa084b0bae1d1c0fb8dfb46895bda7813 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Aug 12 21:14:52 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 12 21:14:52 2022 +0000 |
tree | 9f75c8f2f63cc96d88691e64a6025defa8531c35 | |
parent | 52b20bd71c267dfc9183d67a65134b6d42263464 [diff] | |
parent | 1c0a7a09ff385c262f510773754ad1d9c0dc901c [diff] |
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 " + " && " +