Add preparers for python
Bug: 181070625 Test: m nothing Change-Id: I590ad62db6fd62719c83286780563cf6d55e3e17
This commit is contained in:
@@ -26,10 +26,14 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
android.RegisterModuleType("python_binary_host", PythonBinaryHostFactory)
|
||||
registerPythonBinaryComponents(android.InitRegistrationContext)
|
||||
android.RegisterBp2BuildMutator("python_binary_host", PythonBinaryBp2Build)
|
||||
}
|
||||
|
||||
func registerPythonBinaryComponents(ctx android.RegistrationContext) {
|
||||
ctx.RegisterModuleType("python_binary_host", PythonBinaryHostFactory)
|
||||
}
|
||||
|
||||
type bazelPythonBinaryAttributes struct {
|
||||
Main string
|
||||
Srcs bazel.LabelList
|
||||
|
Reference in New Issue
Block a user