Update language to comply with inclusive guidance

See https://source.android.com/setup/contribute/respectful-code for
reference

Bug: 161896447
Test: m diff_target_files
Change-Id: I5654ccc5ba9be8cff01689b952d2feaade19ae79
This commit is contained in:
Patrice Arruda
2020-07-31 15:49:30 +00:00
parent 359d4f3374
commit 09ef4dc2f7
5 changed files with 46 additions and 46 deletions

View File

@@ -5,12 +5,12 @@ blueprint_go_binary {
"diff_target_files.go",
"glob.go",
"target_files.go",
"whitelist.go",
"allow_list.go",
"zip_artifact.go",
],
testSrcs: [
"compare_test.go",
"glob_test.go",
"whitelist_test.go",
"allow_list_test.go",
],
}