Skip to content

Commit

Permalink
Fixup missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Apr 24, 2024
1 parent bfe956e commit e6199bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_target/src/spec/base/android.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use crate::spec::{base, SanitizerSet, TargetOptions, TlsModel};

use crate::spec::cvs;

pub fn opts() -> TargetOptions {
let mut base = base::linux::opts();
base.os = "android".into();
Expand Down

0 comments on commit e6199bd

Please sign in to comment.