Home
last modified time | relevance | path

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

/build/soong/java/
Dapp_set.go53 type AndroidAppSet struct { struct
54 android.ModuleBase
55 android.DefaultableModuleBase
56 prebuilt android.Prebuilt
58 properties AndroidAppSetProperties
59 packedOutput android.WritablePath
60 installFile string
61 apkcertsFile android.ModuleOutPath
64 func (as *AndroidAppSet) Name() string {
68 func (as *AndroidAppSet) IsInstallable() bool {
[all …]