Merge "Output of an apex module type can be included in tests" am: 08e047fdc6 am: 445033ddfc
am: 32ec29d7d2
Change-Id: Ibba15a3726e344297d50735d25aed4fd36680011
diff --git a/apex/apex.go b/apex/apex.go
index e268499..f412d86 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -457,6 +457,10 @@
}
}
+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.