commit | b021b2aeb3796fd2285bec5fe17a42736fbf3d30 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Tue Jul 28 09:31:06 2020 -0400 |
committer | Ivan Lozano <ivanlozano@google.com> | Tue Jul 28 15:43:15 2020 -0400 |
tree | abc38854c02d2a621c8f9fa74fba432ddf797ab9 | |
parent | fed798fabd92732aa906631aaadd5dab541b1bd6 [diff] [blame] |
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
diff --git a/tools/releasetools/ota_from_target_files.py b/tools/releasetools/ota_from_target_files.py index c3dcf0d..b70044e 100755 --- a/tools/releasetools/ota_from_target_files.py +++ b/tools/releasetools/ota_from_target_files.py
@@ -1940,7 +1940,7 @@ def GenerateNonAbOtaPackage(target_file, output_file, source_file=None): """Generates a non-A/B OTA package.""" - # Sanity check the loaded info dicts first. + # Check the loaded info dicts first. if OPTIONS.info_dict.get("no_recovery") == "true": raise common.ExternalError( "--- target build has specified no recovery ---")