Home
last modified time | relevance | path

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

/build/soong/apex/
Dprebuilt.go247 type ApexSet struct { struct
248 android.ModuleBase
249 prebuiltCommon
251 properties ApexSetProperties
253 installDir android.InstallPath
254 installFilename string
255 outputApex android.WritablePath
259 compatSymlinks []string
284 func (a *ApexSet) installable() bool {
288 func (a *ApexSet) InstallFilename() string {
[all …]