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}