Use inclusive language in build/soong
Bug: 158889297
Test: m checkbuild
Change-Id: Id07890b7cbc2397291a658ca00e86b43c743aafc
Merged-In: Id07890b7cbc2397291a658ca00e86b43c743aafc
(cherry picked from commit 440e0d0542
)
This commit is contained in:
29
rust/config/allowed_list.go
Normal file
29
rust/config/allowed_list.go
Normal file
@@ -0,0 +1,29 @@
|
||||
package config
|
||||
|
||||
var (
|
||||
RustAllowedPaths = []string{
|
||||
"external/minijail",
|
||||
"external/rust",
|
||||
"external/crosvm",
|
||||
"external/adhd",
|
||||
"prebuilts/rust",
|
||||
}
|
||||
|
||||
RustModuleTypes = []string{
|
||||
"rust_binary",
|
||||
"rust_binary_host",
|
||||
"rust_library",
|
||||
"rust_library_dylib",
|
||||
"rust_library_rlib",
|
||||
"rust_library_shared",
|
||||
"rust_library_static",
|
||||
"rust_library_host",
|
||||
"rust_library_host_dylib",
|
||||
"rust_library_host_rlib",
|
||||
"rust_library_host_shared",
|
||||
"rust_library_host_static",
|
||||
"rust_proc_macro",
|
||||
"rust_test",
|
||||
"rust_test_host",
|
||||
}
|
||||
)
|
Reference in New Issue
Block a user