commit | 4faab81e8eb35cccc05a4d6fbae835ef3b265f4e | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Thu Sep 12 23:56:31 2024 +0000 |
committer | Yu Liu <yudiliu@google.com> | Thu Sep 12 23:56:31 2024 +0000 |
tree | 943dc63b3597ce5d90586d645bc24289443b20f5 | |
parent | 167230037c312acbdef1994702f39091dcffbe0a [diff] [blame] |
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
diff --git a/android/init.go b/android/init.go index d5b486b..b462292 100644 --- a/android/init.go +++ b/android/init.go
@@ -18,5 +18,6 @@ func init() { gob.Register(ModuleOutPath{}) + gob.Register(PhonyPath{}) gob.Register(unstableInfo{}) }