Lines Matching refs:AndroidAppSet
58 type AndroidAppSet struct { struct
69 func (as *AndroidAppSet) Name() string { argument
73 func (as *AndroidAppSet) IsInstallable() bool { argument
77 func (as *AndroidAppSet) Prebuilt() *android.Prebuilt { argument
81 func (as *AndroidAppSet) Privileged() bool { argument
85 func (as *AndroidAppSet) OutputFile() android.Path { argument
89 func (as *AndroidAppSet) PackedAdditionalOutputs() android.Path { argument
93 func (as *AndroidAppSet) APKCertsFile() android.Path { argument
146 func (as *AndroidAppSet) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
197 func (as *AndroidAppSet) InstallBypassMake() bool { return true } argument
209 module := &AndroidAppSet{}