blob: 464626424506fc86456f96cfafe3230df64807d1 [file] [log] [blame]
package config
var (
RustAllowedPaths = []string{
"external/rust/crates",
"external/crosvm",
"external/adhd",
}
RustModuleTypes = []string{
"rust_binary",
"rust_binary_host",
"rust_library",
"rust_library_dylib",
"rust_library_rlib",
"rust_library_host",
"rust_library_host_dylib",
"rust_library_host_rlib",
"rust_proc_macro",
}
)