Merge "Add linkerconfig to the host exports." am: 7f65348eb0

Original change: https://android-review.googlesource.com/c/platform/bionic/+/1391220

Change-Id: I9c8c2f54f2f3bbc18b90b953ae00c651c49597c6
This commit is contained in:
Treehugger Robot 2020-08-06 10:46:16 +00:00 committed by Automerger Merge Worker
commit 1dd87472d5

View file

@ -65,10 +65,14 @@ sdk {
module_exports {
name: "runtime-module-host-exports",
defaults: ["linux_bionic_supported"],
host_supported: true,
device_supported: false,
compile_multilib: "64",
native_binaries: [
"linker",
],
native_binaries: ["linkerconfig"],
target: {
linux_bionic: {
native_binaries: ["linker"],
},
},
}