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 d3a13d0ed..af50323d3 100644
--- a/android/init.go
+++ b/android/init.go
@@ -17,6 +17,7 @@ package android
import "encoding/gob"
func init() {
+ gob.Register(applicableLicensesPropertyImpl{})
gob.Register(extraFilesZip{})
gob.Register(InstallPath{})
gob.Register(ModuleGenPath{})