Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt_etc.go59 type PrebuiltEtc struct { struct
60 ModuleBase
62 properties prebuiltEtcProperties
64 sourceFilePath Path
65 outputFilePath OutputPath
67 installDirBase string
68 installDirPath OutputPath
69 additionalDependencies *Paths
72 func (p *PrebuiltEtc) inRecovery() bool {
76 func (p *PrebuiltEtc) onlyInRecovery() bool {
[all …]
/build/soong/xml/
Dxml.go65 android.PrebuiltEtc anonMember
/build/soong/apex/
Dapex.go653 func getCopyManifestForPrebuiltEtc(prebuilt *android.PrebuiltEtc) (fileToCopy android.Path, dirInAp…