Merge "Add linkerconfig to the host exports."

This commit is contained in:
Treehugger Robot 2020-08-06 10:25:39 +00:00 committed by Gerrit Code Review
commit 7f65348eb0

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"],
},
},
}