Merge "Support including apk inside an apex"
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user