Searched defs:PrebuiltEtc (Results 1 – 3 of 3) sorted by relevance
59 type PrebuiltEtc struct { struct60 ModuleBase62 properties prebuiltEtcProperties64 sourceFilePath Path65 outputFilePath OutputPath67 installDirBase string68 installDirPath OutputPath69 additionalDependencies *Paths72 func (p *PrebuiltEtc) inRecovery() bool {76 func (p *PrebuiltEtc) onlyInRecovery() bool {[all …]
65 android.PrebuiltEtc anonMember
653 func getCopyManifestForPrebuiltEtc(prebuilt *android.PrebuiltEtc) (fileToCopy android.Path, dirInAp…