Merge "Add a system test to check the mk and ninja files generated by incremental build." into main am: 3249ac6d3f am: 69afa4b020

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3266053

Change-Id: If0131f2a101a77b792209da41627baee32508b74
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yu Liu
2024-09-18 20:59:04 +00:00
committed by Automerger Merge Worker
3 changed files with 119 additions and 1 deletions

View File

@@ -18,5 +18,6 @@ import "encoding/gob"
func init() {
gob.Register(ModuleOutPath{})
gob.Register(PhonyPath{})
gob.Register(unstableInfo{})
}