Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c81924a7 authored by Wei Li's avatar Wei Li Committed by Gerrit Code Review
Browse files

Merge "Add provenance_metadata as dependency of droidcore so the provenance...

Merge "Add provenance_metadata as dependency of droidcore so the provenance metadata will be built by default."
parents e3db7f6d cc4a259d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {