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

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

Change-Id: I7e28a3e850142d6b8a1bec909ba993ebe87856ee
diff --git a/apex/Android.bp b/apex/Android.bp
index ce9d82b..100430d 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -65,10 +65,14 @@
 
 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"],
+        },
+    },
 }