Home
last modified time | relevance | path

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

/build/soong/etc/
Dprebuilt_etc.go77 type PrebuiltEtc struct { struct
78 android.ModuleBase
80 properties prebuiltEtcProperties
82 sourceFilePath android.Path
83 outputFilePath android.OutputPath
85 installDirBase string
87 socInstallDirBase string
88 installDirPath android.InstallPath
89 additionalDependencies *android.Paths
92 func (p *PrebuiltEtc) inRamdisk() bool {
[all …]
/build/soong/xml/
Dxml.go66 etc.PrebuiltEtc anonMember