summaryrefslogtreecommitdiff
path: root/android/package.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/package.go')
-rw-r--r--android/package.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/package.go b/android/package.go
index 7012fc7d8..878e4c4ed 100644
--- a/android/package.go
+++ b/android/package.go
@@ -23,6 +23,8 @@ func init() {
RegisterPackageBuildComponents(InitRegistrationContext)
}
+var PrepareForTestWithPackageModule = FixtureRegisterWithContext(RegisterPackageBuildComponents)
+
// Register the package module type.
func RegisterPackageBuildComponents(ctx RegistrationContext) {
ctx.RegisterModuleType("package", PackageFactory)