Merge "Tweak linux_glibc properties for musl builds in external/rust/crates/android_log-sys" am: d4b779e292 am: 02431c0a1f am: fc2628dba0 am: 39473c7985 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/android_log-sys/+/2019539 Change-Id: I4d07753b6fa8efbcf71e8b29f00a9980b5ef45d0
diff --git a/Android.bp b/Android.bp index 812d4e2..185de12 100644 --- a/Android.bp +++ b/Android.bp
@@ -62,5 +62,9 @@ // liblog is not added as a dependency for linux_glibc target enabled: false, }, + linux_musl: { + // liblog is not added as a dependency for linux_musl target + enabled: false, + }, }, }
diff --git a/cargo2android_glibc.bp b/cargo2android_glibc.bp index f4d25cf..7d62503 100644 --- a/cargo2android_glibc.bp +++ b/cargo2android_glibc.bp
@@ -3,4 +3,8 @@ // liblog is not added as a dependency for linux_glibc target enabled: false, }, -} \ No newline at end of file + linux_musl: { + // liblog is not added as a dependency for linux_musl target + enabled: false, + }, +}