Update language to comply with Android’s inclusive language guidance

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

 #inclusivefixit

Bug: 161896447
Test: N/A
Change-Id: I9fd970726d739da658f6419a1ccd3e4952b17c78
This commit is contained in:
Ivan Lozano
2020-07-28 09:31:06 -04:00
parent fed798fabd
commit b021b2aeb3
5 changed files with 5 additions and 5 deletions

View File

@@ -273,7 +273,7 @@ def ParseApexPayloadInfo(avbtool, payload_path):
else:
payload_info[key] = value
# Sanity check.
# Validation check.
for key in ('Algorithm', 'Salt', 'apex.key', 'Hash Algorithm'):
if key not in payload_info:
raise ApexInfoError(