Searched refs:AndroidAppSet (Results 1 – 4 of 4) sorted by relevance
53 type AndroidAppSet struct { struct64 func (as *AndroidAppSet) Name() string {68 func (as *AndroidAppSet) IsInstallable() bool {72 func (as *AndroidAppSet) Prebuilt() *android.Prebuilt {76 func (as *AndroidAppSet) Privileged() bool {80 func (as *AndroidAppSet) OutputFile() android.Path {84 func (as *AndroidAppSet) InstallFile() string {88 func (as *AndroidAppSet) APKCertsFile() android.Path {115 func (as *AndroidAppSet) GenerateAndroidBuildActions(ctx android.ModuleContext) {157 module := &AndroidAppSet{}
702 func (apkSet *AndroidAppSet) AndroidMkEntries() []android.AndroidMkEntries {
257 as, ok := fi.module.(*java.AndroidAppSet)
1743 } else if ap, ok := child.(*java.AndroidAppSet); ok {