diff options
author | 2021-08-27 17:00:10 +0100 | |
---|---|---|
committer | 2021-08-31 18:00:18 +0000 | |
commit | 611d71c6710613a69698a80d60de9725a513703d (patch) | |
tree | 080fec2740d793fc8cf61a5607c31ed51cec1b97 /tools/hiddenapi/hiddenapi.cc | |
parent | 98f01d1deac3a938e49f0725c58798e38ef59277 (diff) |
Fix a few non-inclusive terms
Largely based on go/hiddenapi-list-renaming
Bug: 161336379
Test: TH
Change-Id: Iaa06eed26ab0cb9bb4e2995a148f3251386ad33d
Diffstat (limited to 'tools/hiddenapi/hiddenapi.cc')
-rw-r--r-- | tools/hiddenapi/hiddenapi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hiddenapi/hiddenapi.cc b/tools/hiddenapi/hiddenapi.cc index 7954fa47c5..a4072ed7d4 100644 --- a/tools/hiddenapi/hiddenapi.cc +++ b/tools/hiddenapi/hiddenapi.cc @@ -1111,7 +1111,7 @@ class HiddenApi final { boot_members[boot_member.GetApiEntry()] = {kExcludeFromOutput}; }); - // Resolve each SDK dex member against the framework and mark it white. + // Resolve each SDK dex member against the framework and mark it as SDK. for (const auto& cp_entry : stub_classpaths_) { // Ignore any empty stub jars as it just means that they provide no APIs // for the current kind, e.g. framework-sdkextensions does not provide |