summaryrefslogtreecommitdiff
path: root/android/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/init.go')
-rw-r--r--android/init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/init.go b/android/init.go
index 1ace34494..d3a13d0ed 100644
--- a/android/init.go
+++ b/android/init.go
@@ -20,6 +20,7 @@ func init() {
gob.Register(extraFilesZip{})
gob.Register(InstallPath{})
gob.Register(ModuleGenPath{})
+ gob.Register(ModuleObjPath{})
gob.Register(ModuleOutPath{})
gob.Register(OutputPath{})
gob.Register(PhonyPath{})