Add dependency on Soong config module definition file am: 39e545cc06
am: 5511d9f542
Change-Id: I9ce74d51df3d4fb02782b5ef90eff088228b00dc
This commit is contained in:
@@ -303,6 +303,7 @@ func loadSoongConfigModuleTypeDefinition(ctx LoadHookContext, from string) map[s
|
||||
}
|
||||
|
||||
return ctx.Config().Once(key, func() interface{} {
|
||||
ctx.AddNinjaFileDeps(from)
|
||||
r, err := ctx.Config().fs.Open(from)
|
||||
if err != nil {
|
||||
ctx.PropertyErrorf("from", "failed to open %q: %s", from, err)
|
||||
|
Reference in New Issue
Block a user