From 232db5e6df0b835e2542421257f9aa2d46a8ee77 Mon Sep 17 00:00:00 2001 From: Ryan Prichard Date: Mon, 3 Aug 2020 15:32:13 -0700 Subject: 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 --- libnativeloader/native_loader_namespace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnativeloader/native_loader_namespace.h') diff --git a/libnativeloader/native_loader_namespace.h b/libnativeloader/native_loader_namespace.h index a295d18f6a..f6a324be56 100644 --- a/libnativeloader/native_loader_namespace.h +++ b/libnativeloader/native_loader_namespace.h @@ -42,7 +42,7 @@ struct NativeLoaderNamespace { const std::string& search_paths, const std::string& permitted_paths, const NativeLoaderNamespace* parent, bool is_shared, - bool is_greylist_enabled, + bool is_exempt_list_enabled, bool also_used_as_anonymous); NativeLoaderNamespace(NativeLoaderNamespace&&) = default; -- cgit v1.2.3-59-g8ed1b