summaryrefslogtreecommitdiff
path: root/android/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/init.go')
-rw-r--r--android/init.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/init.go b/android/init.go
index b46229282..1ace34494 100644
--- a/android/init.go
+++ b/android/init.go
@@ -17,7 +17,12 @@ package android
import "encoding/gob"
func init() {
+ gob.Register(extraFilesZip{})
+ gob.Register(InstallPath{})
+ gob.Register(ModuleGenPath{})
gob.Register(ModuleOutPath{})
+ gob.Register(OutputPath{})
gob.Register(PhonyPath{})
+ gob.Register(SourcePath{})
gob.Register(unstableInfo{})
}