Restore Android to using /sdcard/servo for data, cache, and config paths

This commit is contained in:
Lars Bergstrom 2016-06-09 12:54:15 -05:00
parent 988cdf98eb
commit a8ca2c86f0
2 changed files with 20 additions and 5 deletions

View file

@ -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;