xref: /aosp_15_r20/external/protobuf/conformance/third_party/jsoncpp/Android.bp (revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
1package {
2    default_applicable_licenses: ["external_protobuf_confirmance_third_party_jsoncpp_license"],
3}
4
5license {
6    name: "external_protobuf_confirmance_third_party_jsoncpp_license",
7    visibility: [":__subpackages__"],
8    license_kinds: ["SPDX-license-identifier-MIT"],
9    license_text: ["LICENSE"],
10}
11
12filegroup {
13    name: "external_protobuf_confirmance_third_party_jsoncpp",
14    srcs: ["*"],
15    visibility: ["//visibility:private"],
16}