Merge "Update language to comply with Android's inclusive language guidance"

This commit is contained in:
Hsin-Yi Chen
2020-07-29 02:24:35 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 3 deletions

View File

@@ -1893,7 +1893,7 @@ class VNDKLibDir(list):
if vendor_dirs:
versions.update(collect_versions(vendor_dirs))
# Sanity check: Versions must not be 'sp' or start with 'sp-'.
# Validate: Versions must not be 'sp' or start with 'sp-'.
bad_versions = [version for version in versions
if version == 'sp' or version.startswith('sp-')]
if bad_versions:

View File

@@ -25,8 +25,7 @@ To build `header-abi-dumper`, `header-abi-linker` and `header-abi-diff`:
## Alternative build instructions
If you have a full AOSP master branch source tree, you may build the tools
with:
If you have a full source tree, you may build the tools with:
$ source build/envsetup.sh