Home
last modified time | relevance | path

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

/build/soong/java/
Dapp_set.go53 type AndroidAppSet struct { struct
64 func (as *AndroidAppSet) Name() string { argument
68 func (as *AndroidAppSet) IsInstallable() bool { argument
72 func (as *AndroidAppSet) Prebuilt() *android.Prebuilt { argument
76 func (as *AndroidAppSet) Privileged() bool { argument
80 func (as *AndroidAppSet) OutputFile() android.Path { argument
84 func (as *AndroidAppSet) InstallFile() string { argument
88 func (as *AndroidAppSet) APKCertsFile() android.Path { argument
115 func (as *AndroidAppSet) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
157 module := &AndroidAppSet{}
Dandroidmk.go702 func (apkSet *AndroidAppSet) AndroidMkEntries() []android.AndroidMkEntries {
/build/soong/apex/
Dandroidmk.go257 as, ok := fi.module.(*java.AndroidAppSet)
Dapex.go1743 } else if ap, ok := child.(*java.AndroidAppSet); ok {