Add provenance_metadata as dependency of droidcore so the provenance metadata will be built by default.
Bug: 217434690 Test: m Change-Id: I8f69f5bcd60c03971108b9ac91681535062bc0e8
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user