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