diff options
author | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:23:58 -0700 |
---|---|---|
committer | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:23:58 -0700 |
commit | 7e4fe6a28b718ab97c08811566238af2893ca65b (patch) | |
tree | 5413a5ec890b5a1ac4fbbe4548b5014e41a2591b /linker/linker.h | |
parent | dcdcb3fa15004669823a3a118189d9d72ff30852 (diff) | |
parent | ab08b955a34423d53b28a6210e7530e67241af4a (diff) |
Merge SP1A.200921.001
Change-Id: Id2ab019914bb555dadf52c46b8403c0d5fb3c20a
Diffstat (limited to 'linker/linker.h')
-rw-r--r-- | linker/linker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker/linker.h b/linker/linker.h index 9b6af3be2..3e851daf9 100644 --- a/linker/linker.h +++ b/linker/linker.h @@ -133,10 +133,10 @@ enum { */ 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. There can be only one anonymous namespace in a process. If there |