aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2020-06-11 11:32:11 -0700
committerColin Cross <ccross@android.com>2020-06-15 09:46:31 -0700
commit95f7b34e8e9c2bc0859932e5075bdeae9e2594d8 (patch)
tree1191cdf2a5db8d5ebfc1e1e9734bfad9cea334e8 /rust
parent871b80fb7716fc1b1d7363038a35cd4f430399da (diff)
downloadbuild_soong-95f7b34e8e9c2bc0859932e5075bdeae9e2594d8.tar.gz
build_soong-95f7b34e8e9c2bc0859932e5075bdeae9e2594d8.tar.bz2
build_soong-95f7b34e8e9c2bc0859932e5075bdeae9e2594d8.zip
Use inclusive language in build/soong
Bug: 158889297 Test: m checkbuild Change-Id: Id07890b7cbc2397291a658ca00e86b43c743aafc Merged-In: Id07890b7cbc2397291a658ca00e86b43c743aafc (cherry picked from commit 440e0d0542043de48f66771f00b67be0de588476)
Diffstat (limited to 'rust')
-rw-r--r--rust/OWNERS4
-rw-r--r--rust/config/Android.bp2
-rw-r--r--rust/config/allowed_list.go (renamed from rust/config/whitelist.go)0
3 files changed, 3 insertions, 3 deletions
diff --git a/rust/OWNERS b/rust/OWNERS
index 82713f99..afd06e42 100644
--- a/rust/OWNERS
+++ b/rust/OWNERS
@@ -1,5 +1,5 @@
# Additional owner/reviewers for rust rules, including parent directory owners.
per-file * = chh@google.com, ivanlozano@google.com, jeffv@google.com, srhines@google.com
-# Limited owners/reviewers of the whitelist.
-per-file whitelist.go = chh@google.com, ivanlozano@google.com, jeffv@google.com, jgalenson@google.com, srhines@google.com
+# Limited owners/reviewers of the allowed list.
+per-file allowed_list.go = chh@google.com, ivanlozano@google.com, jeffv@google.com, jgalenson@google.com, srhines@google.com
diff --git a/rust/config/Android.bp b/rust/config/Android.bp
index 1a10312e..5026da39 100644
--- a/rust/config/Android.bp
+++ b/rust/config/Android.bp
@@ -10,7 +10,7 @@ bootstrap_go_package {
"arm64_device.go",
"global.go",
"toolchain.go",
- "whitelist.go",
+ "allowed_list.go",
"x86_darwin_host.go",
"x86_linux_host.go",
"x86_device.go",
diff --git a/rust/config/whitelist.go b/rust/config/allowed_list.go
index a339050f..a339050f 100644
--- a/rust/config/whitelist.go
+++ b/rust/config/allowed_list.go