| 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] |
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/include/nativeloader/dlext_namespaces.h b/libnativeloader/include/nativeloader/dlext_namespaces.h index ed335ee..79537ef 100644 --- a/libnativeloader/include/nativeloader/dlext_namespaces.h +++ b/libnativeloader/include/nativeloader/dlext_namespaces.h
@@ -45,10 +45,10 @@ */ ANDROID_NAMESPACE_TYPE_SHARED = 2, - /* This flag instructs linker to enable grey-list workaround for the namespace. + /* This flag instructs linker to enable exempt-list workaround for the namespace. * See http://b/26394120 for details. */ - ANDROID_NAMESPACE_TYPE_GREYLIST_ENABLED = 0x08000000, + ANDROID_NAMESPACE_TYPE_EXEMPT_LIST_ENABLED = 0x08000000, /* This flag instructs linker to use this namespace as the anonymous * namespace. The anonymous namespace is used in the case when linker cannot