Loading android/allowlists/allowlists.go +6 −0 Original line number Diff line number Diff line Loading @@ -813,6 +813,8 @@ var ( "chre_flatbuffers", "event_logger", "hal_unit_tests", "merge_annotation_zips_test", } Bp2buildModuleTypeAlwaysConvertList = []string{ Loading @@ -836,6 +838,10 @@ var ( // the "prebuilt_" prefix to the name, so that it's differentiable from // the source versions within Soong's module graph. Bp2buildModuleDoNotConvertList = []string{ // TODO(b/263326760): Failed already. "minijail_compiler_unittest", "minijail_parser_unittest", // Depends on unconverted libandroid, libgui "dvr_buffer_queue-test", "dvr_display-test", Loading python/bp2build.go +2 −1 Original line number Diff line number Diff line Loading @@ -224,6 +224,7 @@ func (p *PythonTestModule) ConvertWithBp2build(ctx android.TopDownMutatorContext props := bazel.BazelTargetModuleProperties{ // Use the native py_binary rule. Rule_class: "py_test", Bzl_load_location: "//build/bazel/rules/python:py_test.bzl", } ctx.CreateBazelTargetModule(props, android.CommonAttributes{ Loading Loading
android/allowlists/allowlists.go +6 −0 Original line number Diff line number Diff line Loading @@ -813,6 +813,8 @@ var ( "chre_flatbuffers", "event_logger", "hal_unit_tests", "merge_annotation_zips_test", } Bp2buildModuleTypeAlwaysConvertList = []string{ Loading @@ -836,6 +838,10 @@ var ( // the "prebuilt_" prefix to the name, so that it's differentiable from // the source versions within Soong's module graph. Bp2buildModuleDoNotConvertList = []string{ // TODO(b/263326760): Failed already. "minijail_compiler_unittest", "minijail_parser_unittest", // Depends on unconverted libandroid, libgui "dvr_buffer_queue-test", "dvr_display-test", Loading
python/bp2build.go +2 −1 Original line number Diff line number Diff line Loading @@ -224,6 +224,7 @@ func (p *PythonTestModule) ConvertWithBp2build(ctx android.TopDownMutatorContext props := bazel.BazelTargetModuleProperties{ // Use the native py_binary rule. Rule_class: "py_test", Bzl_load_location: "//build/bazel/rules/python:py_test.bzl", } ctx.CreateBazelTargetModule(props, android.CommonAttributes{ Loading