Merge "Output of an apex module type can be included in tests"
am: 08e047fdc6
Change-Id: I936348c7787795e44c099e8d176c578d3a70e4c9
This commit is contained in:
commit
445033ddfc
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
func getCopyManifestForNativeLibrary(cc *cc.Module) (fileToCopy android.Path, dirInApex string) {
|
||||||
// Decide the APEX-local directory by the multilib of the library
|
// Decide the APEX-local directory by the multilib of the library
|
||||||
// In the future, we may query this to the module.
|
// In the future, we may query this to the module.
|
||||||
|
|
Loading…
Reference in a new issue