Merge "Add linkerconfig to the host exports."
This commit is contained in:
commit
7f65348eb0
1 changed files with 8 additions and 4 deletions
|
@ -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"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue