aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorLars Bergstrom <lars@lars.com>2016-06-09 12:54:15 -0500
committerLars Bergstrom <lars@lars.com>2016-06-09 12:54:15 -0500
commita8ca2c86f0ca41fe0f6f94c2141951823306ee1a (patch)
treeb712076992a974c735c7b1c3899b53b56a51ae53 /components/util/lib.rs
parent988cdf98eba03c513b00e864a5d0480614e0a2d5 (diff)
downloadservo-a8ca2c86f0ca41fe0f6f94c2141951823306ee1a.tar.gz
servo-a8ca2c86f0ca41fe0f6f94c2141951823306ee1a.zip
Restore Android to using /sdcard/servo for data, cache, and config paths
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 251103738ec..6417fe40a45 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -37,7 +37,7 @@ extern crate rustc_serialize;
extern crate serde;
extern crate smallvec;
extern crate url;
-#[cfg(all(unix, not(target_os = "macos"), not(target_os = "ios")))]
+#[cfg(all(unix, not(target_os = "macos"), not(target_os = "ios"), not(target_os = "android")))]
extern crate xdg;
use std::sync::Arc;