Merge "Support including apk inside an apex"

This commit is contained in:
Treehugger Robot
2019-09-05 23:43:33 +00:00
committed by Gerrit Code Review
3 changed files with 89 additions and 25 deletions

View File

@@ -139,6 +139,10 @@ func (a *AndroidApp) ExportedStaticPackages() android.Paths {
return nil
}
func (a *AndroidApp) OutputFile() android.Path {
return a.outputFile
}
var _ AndroidLibraryDependency = (*AndroidApp)(nil)
type Certificate struct {