Lines Matching defs:Prebuilt
57 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt { func
89 type Prebuilt struct { struct
90 android.ModuleBase
91 prebuiltCommon
93 properties PrebuiltProperties
95 inputApex android.Path
96 installDir android.InstallPath
97 installFilename string
98 outputApex android.WritablePath
102 compatSymlinks []string
138 func (p *Prebuilt) installable() bool {
142 func (p *Prebuilt) OutputFiles(tag string) (android.Paths, error) {
151 func (p *Prebuilt) InstallFilename() string {
155 func (p *Prebuilt) Name() string {
168 func (p *Prebuilt) DepsMutator(ctx android.BottomUpMutatorContext) {
196 func (p *Prebuilt) GenerateAndroidBuildActions(ctx android.ModuleContext) {
228 func (p *Prebuilt) AndroidMkEntries() []android.AndroidMkEntries {