android13/external/grpc-grpc/test/core/util/Android.bp

21 lines
551 B
Plaintext

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",
],
}