Skip to content

Commit e6199bd

Browse files
Fixup missing import
1 parent bfe956e commit e6199bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_target/src/spec/base/android.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
use crate::spec::{base, SanitizerSet, TargetOptions, TlsModel};
22

3+
use crate::spec::cvs;
4+
35
pub fn opts() -> TargetOptions {
46
let mut base = base::linux::opts();
57
base.os = "android".into();

0 commit comments

Comments
 (0)