// This is auto-generated. DO NOT EDIT. package { // A default list here prevents the license LSC from adding its own list which would // be unnecessary as every module in the sdk already has its own licenses property. default_applicable_licenses: ["Android-Apache-2.0"], } apex_contributions_defaults { name: "runtime-module-host-exports.contributions", contents: ["prebuilt_linkerconfig"], } license { name: "runtime-module-host-exports_bionic_apex_license", visibility: ["//visibility:private"], license_kinds: ["SPDX-license-identifier-Apache-2.0"], license_text: ["licenses/bionic/apex/NOTICE"], } license { name: "runtime-module-host-exports_Android-Apache-2.0", visibility: ["//visibility:private"], license_kinds: ["SPDX-license-identifier-Apache-2.0"], license_text: ["licenses/build/soong/licenses/LICENSE"], } cc_prebuilt_binary { name: "linkerconfig", prefer: false, visibility: ["//visibility:public"], apex_available: ["com.android.runtime"], licenses: ["runtime-module-host-exports_Android-Apache-2.0"], device_supported: false, host_supported: true, stl: "c++_static", compile_multilib: "64", shared_libs: [ "libbase", "libbase", ], target: { host: { enabled: false, }, linux_glibc_x86_64: { enabled: true, srcs: ["x86_64/bin/linkerconfig"], }, }, }