1
 2
 3
 4
 5
 6
 7
 8
 9
10
//! Tasks and types for Android-specific operations.

pub mod commands;
pub mod tasks;

mod spec;
mod targets;

pub use spec::Spec;
pub use targets::Target;