1[
2  {
3    "@type": "sdk",
4    "@name": "runtime-module-host-exports",
5    "licenses": [
6      "Android-Apache-2.0",
7      "bionic_apex_license"
8    ],
9    "native_binaries": [
10      "linkerconfig"
11    ]
12  },
13  {
14    "@type": "license",
15    "@name": "Android-Apache-2.0"
16  },
17  {
18    "@type": "license",
19    "@name": "bionic_apex_license"
20  },
21  {
22    "@type": "cc_binary",
23    "@name": "linkerconfig",
24    "@deps": [
25      "Android-Apache-2.0"
26    ]
27  }
28]