aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r--components/servo/lib.rs10
1 files changed, 2 insertions, 8 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs
index 9b4f108649b..08b3d2766fc 100644
--- a/components/servo/lib.rs
+++ b/components/servo/lib.rs
@@ -127,10 +127,7 @@ pub use servo_url as url;
#[cfg(all(
not(target_os = "windows"),
- any(
- all(target_os = "android", target_arch = "arm"),
- target_arch = "x86_64",
- )
+ any(target_os = "android", target_arch = "x86_64",)
))]
mod media_platform {
use super::ServoMedia;
@@ -211,10 +208,7 @@ mod media_platform {
#[cfg(not(all(
not(target_os = "windows"),
- any(
- all(target_os = "android", target_arch = "arm"),
- target_arch = "x86_64",
- )
+ any(target_os = "android", target_arch = "x86_64",)
)))]
mod media_platform {
use super::ServoMedia;