aboutsummaryrefslogtreecommitdiff
path: root/cargo2android_glibc.bp
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android_glibc.bp')
-rw-r--r--cargo2android_glibc.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/cargo2android_glibc.bp b/cargo2android_glibc.bp
new file mode 100644
index 0000000..7d62503
--- /dev/null
+++ b/cargo2android_glibc.bp
@@ -0,0 +1,10 @@
+target: {
+ linux_glibc: {
+ // 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,
+ },
+}