summaryrefslogtreecommitdiff
path: root/android/init.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2024-09-12 23:56:31 +0000
committer Yu Liu <yudiliu@google.com> 2024-09-12 23:56:31 +0000
commit4faab81e8eb35cccc05a4d6fbae835ef3b265f4e (patch)
tree943dc63b3597ce5d90586d645bc24289443b20f5 /android/init.go
parent167230037c312acbdef1994702f39091dcffbe0a (diff)
Add a system test to check the mk and ninja files generated by incremental build.
Bug: 358428180 Test: Run the test locally. Change-Id: If1862ee44976216f3c5a5c62d50c6d688d38023b
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 d5b486b10..b46229282 100644
--- a/android/init.go
+++ b/android/init.go
@@ -18,5 +18,6 @@ import "encoding/gob"
func init() {
gob.Register(ModuleOutPath{})
+ gob.Register(PhonyPath{})
gob.Register(unstableInfo{})
}