diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/library.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/library.go b/python/library.go index b9201177d..9c92ebd5c 100644 --- a/python/library.go +++ b/python/library.go @@ -96,8 +96,8 @@ func pythonLibBp2Build(ctx android.TopDownMutatorContext, modType string) { } props := bazel.BazelTargetModuleProperties{ - // Use the native py_library rule. - Rule_class: "py_library", + Rule_class: "py_library", + Bzl_load_location: "//build/bazel/rules/python:library.bzl", } ctx.CreateBazelTargetModule(props, android.CommonAttributes{ |