Add preparers for python
Bug: 181070625 Test: m nothing Change-Id: I590ad62db6fd62719c83286780563cf6d55e3e17
This commit is contained in:
@@ -29,7 +29,11 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
android.PreDepsMutators(RegisterPythonPreDepsMutators)
|
||||
registerPythonMutators(android.InitRegistrationContext)
|
||||
}
|
||||
|
||||
func registerPythonMutators(ctx android.RegistrationContext) {
|
||||
ctx.PreDepsMutators(RegisterPythonPreDepsMutators)
|
||||
}
|
||||
|
||||
// Exported to support other packages using Python modules in tests.
|
||||
|
Reference in New Issue
Block a user