xref: /aosp_15_r20/prebuilts/runtime/mainline/statsd/stats-log-api-gen-exports/Android.bp (revision 924841fff420cd6b931e1027ee46b85e0a18fe17)
1// This is auto-generated. DO NOT EDIT.
2
3package {
4    default_applicable_licenses: ["Android-Apache-2.0"],
5}
6
7cc_prebuilt_binary {
8    name: "stats-log-api-gen",
9    prefer: false,
10    visibility: ["//visibility:public"],
11    apex_available: ["//apex_available:platform"],
12    device_supported: false,
13    host_supported: true,
14    stl: "c++_static",
15    compile_multilib: "64",
16    target: {
17        host: {
18            enabled: false,
19        },
20        linux_bionic_x86_64: {
21            enabled: true,
22            srcs: ["linux_bionic/x86_64/bin/stats-log-api-gen"],
23        },
24        linux_glibc_x86_64: {
25            enabled: true,
26            srcs: ["linux_glibc/x86_64/bin/stats-log-api-gen"],
27        },
28    },
29}
30