aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
blob: f00ea810286dbd69aa9e99df7ca1ac95a81d42f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Android.bp.orig	2020-10-30 16:31:00.469140136 -0700
+++ Android.bp	2020-10-30 16:31:43.436969421 -0700
@@ -6,4 +6,10 @@
     crate_name: "android_log_sys",
     srcs: ["src/lib.rs"],
     edition: "2015",
+    target: {
+        linux_glibc: {
+            // liblog is not added as a dependency for linux_glibc target
+            enabled: false,
+        },
+    },
 }