Add preparers for python
Bug: 181070625 Test: m nothing Change-Id: I590ad62db6fd62719c83286780563cf6d55e3e17
This commit is contained in:
@@ -22,8 +22,12 @@ import (
|
||||
// This file contains the module types for building Python test.
|
||||
|
||||
func init() {
|
||||
android.RegisterModuleType("python_test_host", PythonTestHostFactory)
|
||||
android.RegisterModuleType("python_test", PythonTestFactory)
|
||||
registerPythonTestComponents(android.InitRegistrationContext)
|
||||
}
|
||||
|
||||
func registerPythonTestComponents(ctx android.RegistrationContext) {
|
||||
ctx.RegisterModuleType("python_test_host", PythonTestHostFactory)
|
||||
ctx.RegisterModuleType("python_test", PythonTestFactory)
|
||||
}
|
||||
|
||||
// Test option struct.
|
||||
|
Reference in New Issue
Block a user