Skip to content
Snippets Groups Projects
Commit 46273135 authored by Chan Kim's avatar Chan Kim
Browse files

Update language to comply with Android's inclusive language guidance

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

For this round, the fixes are only applied to the following to minimize breaking dependencies:
  * comments (excluding javaDoc annotations)
	* private constants
	* private functions
	* parameters within functions

BYPASS_INCLUSIVE_LANGUAGE_REASON=Just updating a few select inclusive language violations.
No-Typo-Check: Changes focused on inclusive language violations.
BUG: 295342157
Change-Id: I6591e94aab762f06df283435fcec75c410c5d176
parent a2d740da
No related branches found
No related tags found
No related merge requests found
......@@ -674,7 +674,7 @@ public class AppLaunch extends InstrumentationTestCase {
return true;
}
// iorap compiler filters specified: the compilerFilter must be in the whitelist.
// iorap compiler filters specified: the compilerFilter must be in the allowlist.
if (mIorapCompilerFilters.indexOf(compilerFilter) != -1) {
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment