diff --git a/apex/apex.go b/apex/apex.go index e26849917..f412d8603 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -457,6 +457,10 @@ func (a *apexBundle) DepsMutator(ctx android.BottomUpMutatorContext) { } } +func (a *apexBundle) Srcs() android.Paths { + return android.Paths{a.outputFiles[imageApex]} +} + func getCopyManifestForNativeLibrary(cc *cc.Module) (fileToCopy android.Path, dirInApex string) { // Decide the APEX-local directory by the multilib of the library // In the future, we may query this to the module.