Merge "Add provenance_metadata as dependency of droidcore so the provenance metadata will be built by default."

This commit is contained in:
Wei Li 2022-04-20 03:58:15 +00:00 committed by Gerrit Code Review
commit c81924a75b

View file

@ -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 {