File: drop-android.patch

package info (click to toggle)
rust-os-info 3.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,7 +69,7 @@
 version = "0.30"
 features = ["feature"]
 
-[target.'cfg(target_os = "android")'.dependencies.android_system_properties]
+[disabled.target.'cfg(target_os = "android")'.dependencies.android_system_properties]
 version = "0.1"
 
 [target.'cfg(target_os = "ios")'.dependencies.objc2]