Merge "Add provenance_metadata as dependency of droidcore so the provenance metadata will be built by default."
This commit is contained in:
commit
c81924a75b
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ func (b *provenanceInfoSingleton) GenerateBuildActions(context android.Singleton
|
|||
Inputs: []android.Path{mergedMetaDataFile},
|
||||
Output: android.PathForPhony(context, "provenance_metadata"),
|
||||
})
|
||||
|
||||
context.Phony("droidcore", android.PathForPhony(context, "provenance_metadata"))
|
||||
}
|
||||
|
||||
func moduleFilter(module android.Module) bool {
|
||||
|
|
Loading…
Reference in a new issue