Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dapp_set.go58 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
[all …]
H A Dandroidmk.go693 func (apkSet *AndroidAppSet) AndroidMkEntries() []android.AndroidMkEntries {
/aosp_15_r20/build/soong/apex/
H A Dbuilder.go590 fi.module.(*java.AndroidAppSet).PackedAdditionalOutputs().String()))
593 fi.stem(), fi.builtFile, fi.module.(*java.AndroidAppSet).PackedAdditionalOutputs())
1147 appSetFiles[f.installDir] = f.module.(*java.AndroidAppSet).PackedAdditionalOutputs()
H A Dandroidmk.go185 as, ok := fi.module.(*java.AndroidAppSet)
H A Dapex.go1985 case *java.AndroidAppSet: