Merge "rust: Add missing Rust allow path modules."
This commit is contained in:
@@ -35,7 +35,7 @@ func init() {
|
||||
|
||||
android.AddNeverAllowRules(
|
||||
android.NeverAllow().
|
||||
NotIn(config.RustAllowedPaths...).
|
||||
NotIn(append(config.RustAllowedPaths, config.DownstreamRustAllowedPaths...)...).
|
||||
ModuleType(config.RustModuleTypes...))
|
||||
|
||||
android.RegisterModuleType("rust_defaults", defaultsFactory)
|
||||
|
Reference in New Issue
Block a user