Merge "Tweak linux_glibc properties for musl builds in build/soong" am: 90b6e70c5a am: ab8f13d074 am: 79facc629e am: 14074c0577

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2049204

Change-Id: I8cb54e5d06e7d54729db2037dcfcf1523edb7ea9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 380a388..42a8e5c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,6 +61,9 @@
         linux_bionic: {
             enabled: true,
         },
+        linux_musl: {
+            enabled: false,
+        },
         linux_glibc: {
             enabled: false,
         },
@@ -82,6 +85,9 @@
         linux_bionic: {
             enabled: true,
         },
+        linux_musl: {
+            enabled: false,
+        },
         linux_glibc: {
             enabled: false,
         },