mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Restore Android to using /sdcard/servo for data, cache, and config paths
This commit is contained in:
parent
988cdf98eb
commit
a8ca2c86f0
2 changed files with 20 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue