Merge "Add support for including app prebuilts in APEX."

This commit is contained in:
Treehugger Robot
2019-10-29 23:02:38 +00:00
committed by Gerrit Code Review
3 changed files with 73 additions and 5 deletions

View File

@@ -985,6 +985,10 @@ func (a *AndroidAppImport) Name() string {
return a.prebuilt.Name(a.ModuleBase.Name())
}
func (a *AndroidAppImport) OutputFile() android.Path {
return a.outputFile
}
var dpiVariantGroupType reflect.Type
var archVariantGroupType reflect.Type