Skip to content

Commit 339b5f8

Browse files
committed
fix: clean android cargo config
1 parent 9575a56 commit 339b5f8

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,6 @@ tempfile = "3.2"
6767
serial_test = "3.2.0"
6868
rust_decimal = "1.30"
6969

70-
[target.armv7-linux-androideabi]
71-
rustflags = [
72-
"-C", "link-arg=-Wl,--allow-multiple-definition",
73-
]
74-
75-
[target.aarch64-linux-android]
76-
rustflags = [
77-
"-C", "link-arg=-Wl,--allow-multiple-definition",
78-
]
79-
80-
8170
[[bin]]
8271
name = "example"
8372
path = "example/main.rs"

0 commit comments

Comments
 (0)