summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2019-01-28 10:17:01 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2019-01-28 10:17:01 +0000
commit4271e9f7e50b87b20e1a969d1581fc8ac7d46cf7 (patch)
treee2961fa58c26bc30be441d4a1d722613c9efe4a6
parent0518af4e87d484b10e785aff9b030b688926cd7f (diff)
Fix braino in ld config of runtime apex.
Had this fix locally, but forgot to upload it. Test: CtsJdwpTestCases Change-Id: I9584246be8cc315bd3e273ef1d4495c9abb57746
-rw-r--r--build/apex/ld.config.txt2
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