aboutsummaryrefslogtreecommitdiff
path: root/tests/dlext_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dlext_private.h')
-rw-r--r--tests/dlext_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dlext_private.h b/tests/dlext_private.h
index 262af4c25..b338ae01f 100644
--- a/tests/dlext_private.h
+++ b/tests/dlext_private.h
@@ -56,10 +56,10 @@ enum {
*/
ANDROID_NAMESPACE_TYPE_SHARED = 2,
- /* This flag instructs linker to enable exempt-list workaround for the namespace.
+ /* This flag instructs linker to enable grey-list workaround for the namespace.
* See http://b/26394120 for details.
*/
- ANDROID_NAMESPACE_TYPE_EXEMPT_LIST_ENABLED = 0x08000000,
+ ANDROID_NAMESPACE_TYPE_GREYLIST_ENABLED = 0x08000000,
ANDROID_NAMESPACE_TYPE_SHARED_ISOLATED = ANDROID_NAMESPACE_TYPE_SHARED |
ANDROID_NAMESPACE_TYPE_ISOLATED,