Home
last modified time | relevance | path

Searched refs:AndroidAppSet (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/java/
H A Dapp_set.go53 type AndroidAppSet struct { struct
64 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{}
H A Dandroidmk.go702 func (apkSet *AndroidAppSet) AndroidMkEntries() []android.AndroidMkEntries {
/aosp12/build/soong/apex/
H A Dandroidmk.go257 as, ok := fi.module.(*java.AndroidAppSet)
H A Dapex.go1743 } else if ap, ok := child.(*java.AndroidAppSet); ok {