aboutsummaryrefslogtreecommitdiff
path: root/cargo2android_glibc.bp
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android_glibc.bp')
-rw-r--r--cargo2android_glibc.bp6
1 files changed, 5 insertions, 1 deletions
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 @@ target: {
// 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,
+ },
+}