blob: fff362d5883c02654ac147f8a47a9221a8ebaf34 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "external_grpc-grpc_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["external_grpc-grpc_license"],
}
cc_library_static {
name: "libgpr_test_util",
defaults: ["grpc_defaults"],
srcs: [
"memory_counters.cc",
"test_config.cc",
],
static_libs: [
"gpr_base",
],
}