1package { 2 default_applicable_licenses: ["external_grpc-grpc_third_party_xxhash_license"], 3} 4 5license { 6 name: "external_grpc-grpc_third_party_xxhash_license", 7 visibility: [":__subpackages__"], 8 license_kinds: [ 9 "SPDX-license-identifier-BSD-3-Clause", 10 ], 11 license_text: [ 12 "LICENSE", 13 ], 14} 15 16cc_library_headers { 17 name: "libgrpc_third_party_xxhash", 18 defaults: ["grpc_deps_defaults"], 19 export_include_dirs: ["."], 20 apex_available: [ 21 "//apex_available:anyapex", 22 "//apex_available:platform", 23 ], 24 25} 26