Add some initial benchmarking for bp2build.
Test: go test -benchmark=. in bp2build directory Change-Id: I8275c38461078cc6100fbc89837177de0edc9d68
This commit is contained in:
@@ -85,6 +85,7 @@ custom = rule(
|
||||
"soong_module_variant": attr.string(),
|
||||
"soong_module_deps": attr.label_list(providers = [SoongModuleInfo]),
|
||||
"arch_paths": attr.string_list(),
|
||||
"arch_paths_exclude": attr.string_list(),
|
||||
# bazel_module start
|
||||
# "label": attr.string(),
|
||||
# "bp2build_available": attr.bool(),
|
||||
@@ -114,6 +115,7 @@ custom_defaults = rule(
|
||||
"soong_module_variant": attr.string(),
|
||||
"soong_module_deps": attr.label_list(providers = [SoongModuleInfo]),
|
||||
"arch_paths": attr.string_list(),
|
||||
"arch_paths_exclude": attr.string_list(),
|
||||
"bool_prop": attr.bool(),
|
||||
"bool_ptr_prop": attr.bool(),
|
||||
"int64_ptr_prop": attr.int(),
|
||||
@@ -139,6 +141,7 @@ custom_test_ = rule(
|
||||
"soong_module_variant": attr.string(),
|
||||
"soong_module_deps": attr.label_list(providers = [SoongModuleInfo]),
|
||||
"arch_paths": attr.string_list(),
|
||||
"arch_paths_exclude": attr.string_list(),
|
||||
"bool_prop": attr.bool(),
|
||||
"bool_ptr_prop": attr.bool(),
|
||||
"int64_ptr_prop": attr.int(),
|
||||
|
Reference in New Issue
Block a user