Merge "Tweak linux_glibc properties for musl builds in build/soong"

This commit is contained in:
Treehugger Robot 2022-04-05 13:39:36 +00:00 committed by Gerrit Code Review
commit 90b6e70c5a

View file

@ -61,6 +61,9 @@ cc_genrule {
linux_bionic: {
enabled: true,
},
linux_musl: {
enabled: false,
},
linux_glibc: {
enabled: false,
},
@ -82,6 +85,9 @@ cc_genrule {
linux_bionic: {
enabled: true,
},
linux_musl: {
enabled: false,
},
linux_glibc: {
enabled: false,
},