diff options
| author | 2019-01-28 15:17:56 +0000 | |
|---|---|---|
| committer | 2019-01-28 15:17:56 +0000 | |
| commit | c0f797328e986dcdded1ba5e413ae01c24fedef9 (patch) | |
| tree | e2961fa58c26bc30be441d4a1d722613c9efe4a6 | |
| parent | 0518af4e87d484b10e785aff9b030b688926cd7f (diff) | |
| parent | 4271e9f7e50b87b20e1a969d1581fc8ac7d46cf7 (diff) | |
Merge "Fix braino in ld config of runtime apex."
| -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 |