Convert merge_annotation_zips_test to b test

Test: b test //frameworks/base/api:merge_annotation_zips_test
Bug: 293225210
Change-Id: Ia53b4168894b5c70c843ca315d963fa905ef582f
This commit is contained in:
yike
2023-07-26 22:19:09 +00:00
parent 4b4d61fa2e
commit 1aaeea39da
2 changed files with 8 additions and 1 deletions

View File

@@ -223,7 +223,8 @@ func (p *PythonTestModule) ConvertWithBp2build(ctx android.TopDownMutatorContext
props := bazel.BazelTargetModuleProperties{
// Use the native py_binary rule.
Rule_class: "py_test",
Rule_class: "py_test",
Bzl_load_location: "//build/bazel/rules/python:py_test.bzl",
}
ctx.CreateBazelTargetModule(props, android.CommonAttributes{