Home
last modified time | relevance | path

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

/build/soong/java/
Dapp.go74 type AndroidAppSet struct { struct
85 func (as *AndroidAppSet) Name() string { argument
89 func (as *AndroidAppSet) IsInstallable() bool { argument
93 func (as *AndroidAppSet) Prebuilt() *android.Prebuilt { argument
97 func (as *AndroidAppSet) Privileged() bool { argument
101 func (as *AndroidAppSet) OutputFile() android.Path { argument
105 func (as *AndroidAppSet) InstallFile() string { argument
109 func (as *AndroidAppSet) APKCertsFile() android.Path { argument
136 func (as *AndroidAppSet) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
178 module := &AndroidAppSet{}
Dandroidmk.go722 func (apkSet *AndroidAppSet) AndroidMkEntries() []android.AndroidMkEntries {
/build/soong/apex/
Dandroidmk.go213 as, ok := fi.module.(*java.AndroidAppSet)
Dapex.go2085 } else if ap, ok := child.(*java.AndroidAppSet); ok {