Merge "Tweak linux_glibc properties for musl builds in build/soong"
This commit is contained in:
commit
90b6e70c5a
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue