aboutsummaryrefslogtreecommitdiff
path: root/android/team.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/team.go')
-rw-r--r--android/team.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/team.go b/android/team.go
index ad37f28c9..0036eb11e 100644
--- a/android/team.go
+++ b/android/team.go
@@ -16,6 +16,8 @@ package android
import "github.com/google/blueprint"
+//go:generate go run ../../blueprint/gobtools/codegen/gob_gen.go
+
func init() {
RegisterTeamBuildComponents(InitRegistrationContext)
}
@@ -45,6 +47,7 @@ type teamModule struct {
properties teamProperties
}
+// @auto-generate: gob
type TestModuleInformation struct {
TestOnly bool
TopLevelTarget bool