1// This is auto-generated. DO NOT EDIT.
2
3package {
4    // A default list here prevents the license LSC from adding its own list which would
5    // be unnecessary as every module in the sdk already has its own licenses property.
6    default_applicable_licenses: ["Android-Apache-2.0"],
7}
8
9apex_contributions_defaults {
10    name: "runtime-module-host-exports.contributions",
11    contents: ["prebuilt_linkerconfig"],
12}
13
14license {
15    name: "runtime-module-host-exports_bionic_apex_license",
16    visibility: ["//visibility:private"],
17    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
18    license_text: ["licenses/bionic/apex/NOTICE"],
19}
20
21license {
22    name: "runtime-module-host-exports_Android-Apache-2.0",
23    visibility: ["//visibility:private"],
24    license_kinds: ["SPDX-license-identifier-Apache-2.0"],
25    license_text: ["licenses/build/soong/licenses/LICENSE"],
26}
27
28cc_prebuilt_binary {
29    name: "linkerconfig",
30    prefer: false,
31    visibility: ["//visibility:public"],
32    apex_available: ["com.android.runtime"],
33    licenses: ["runtime-module-host-exports_Android-Apache-2.0"],
34    device_supported: false,
35    host_supported: true,
36    stl: "c++_static",
37    compile_multilib: "64",
38    shared_libs: [
39        "libbase",
40        "libbase",
41    ],
42    target: {
43        host: {
44            enabled: false,
45        },
46        linux_glibc_x86_64: {
47            enabled: true,
48            srcs: ["x86_64/bin/linkerconfig"],
49        },
50    },
51}
52