| commit | 232db5e6df0b835e2542421257f9aa2d46a8ee77 | [log] [tgz] |
|---|---|---|
| author | Ryan Prichard <rprichard@google.com> | Mon Aug 03 15:32:13 2020 -0700 |
| committer | Ryan Prichard <rprichard@google.com> | Tue Aug 04 21:41:28 2020 +0000 |
| tree | aac70143b957a9b66128791b5b58f26366ba7002 | |
| parent | 85438f2ddf4d93598700c477710e80315668b396 [diff] [blame] |
Rename linker greylist to exempt-list Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference #inclusivefixit Bug: http://b/162536543 Test: device boots Change-Id: Ia80fb2f3be6abdadbd061570d48a4ef0fefcfebc
diff --git a/libnativeloader/library_namespaces.cpp b/libnativeloader/library_namespaces.cpp index 330903d..3ef50e3 100644 --- a/libnativeloader/library_namespaces.cpp +++ b/libnativeloader/library_namespaces.cpp
@@ -297,7 +297,7 @@ // racing here. auto app_ns = NativeLoaderNamespace::Create( namespace_name, library_path, permitted_path, parent_ns, is_shared, - target_sdk_version < 24 /* is_greylist_enabled */, also_used_as_anonymous); + target_sdk_version < 24 /* is_exempt_list_enabled */, also_used_as_anonymous); if (!app_ns.ok()) { return app_ns.error(); }