Merge "Tweak linux_glibc properties for musl builds in build/soong"
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user