diff options
| -rw-r--r-- | build/apex/ld.config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apex/ld.config.txt b/build/apex/ld.config.txt index b2637a99da..d0145e4d76 100644 --- a/build/apex/ld.config.txt +++ b/build/apex/ld.config.txt @@ -64,6 +64,6 @@ namespace.runtime.isolated = true namespace.runtime.visible = true namespace.runtime.links = default namespace.runtime.link.default.allow_all_shared_libs = true -namespace.runtime.links = platform +namespace.runtime.links += platform # TODO(b/119867084): Restrict fallback to platform namespace to PALette library. namespace.runtime.link.platform.allow_all_shared_libs = true |