Merge "Tweak linux_glibc properties for musl builds in build/soong" am: 90b6e70c5a
am: ab8f13d074
am: 79facc629e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2049204 Change-Id: I6aed306287f573003f863050fc66e27ceacef1e7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -61,6 +61,9 @@ cc_genrule {
|
|||||||
linux_bionic: {
|
linux_bionic: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
linux_musl: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
linux_glibc: {
|
linux_glibc: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
@@ -82,6 +85,9 @@ cc_genrule {
|
|||||||
linux_bionic: {
|
linux_bionic: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
linux_musl: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
linux_glibc: {
|
linux_glibc: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user