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:
commit
1dd87472d5
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