Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go112 type Prebuilt struct { struct
113 properties PrebuiltProperties
116 srcsSupplier PrebuiltSrcsSupplier
119 srcsPropertyName string
140 func (p *Prebuilt) Name(name string) string {
150 func (p *Prebuilt) ForcePrefer() {
154 func (p *Prebuilt) Prefer() bool {
194 func (p *Prebuilt) SingleSourcePath(ctx ModuleContext) Path {
198 func (p *Prebuilt) UsePrebuilt() bool {
303 Prebuilt() *Prebuilt methodSpec
[all …]
Dprebuilt_build_tool.go48 func (t *prebuiltBuildTool) Prebuilt() *Prebuilt { func
Dprebuilt_test.go518 func (p *prebuiltModule) Prebuilt() *Prebuilt { func
/build/soong/apex/
Dprebuilt.go147 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt { func
498 type Prebuilt struct { struct
499 prebuiltCommon
501 properties PrebuiltProperties
503 inputApex android.Path
505 provenanceMetaDataFile android.OutputPath
586 func (a *Prebuilt) hasSanitizedSource(sanitizer string) bool {
590 func (p *Prebuilt) OutputFiles(tag string) (android.Paths, error) {
768 func (p *Prebuilt) createPrebuiltApexModules(ctx android.TopDownMutatorContext) {
779 func (p *Prebuilt) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
[all …]
/build/soong/snapshot/
Dhost_fake_snapshot.go74 Prebuilt bool `json:",omitempty"` member
/build/soong/rust/
Dprebuilt.go36 android.Prebuilt anonMember
43 android.Prebuilt anonMember
Drust.go1098 func (mod *Module) Prebuilt() *android.Prebuilt { func
/build/soong/cc/
Dprebuilt.go69 android.Prebuilt anonMember
359 android.Prebuilt anonMember
Dcc.go1751 func (c *Module) Prebuilt() *android.Prebuilt { func
/build/soong/java/
Dapp_set.go77 func (as *AndroidAppSet) Prebuilt() *android.Prebuilt { func
Dsystem_modules.go257 func (system *systemModulesImport) Prebuilt() *android.Prebuilt { func
Dsystemserver_classpath_fragment.go305 func (module *prebuiltSystemServerClasspathModule) Prebuilt() *android.Prebuilt { func
Dplatform_compat_config.go196 func (module *prebuiltCompatConfigModule) Prebuilt() *android.Prebuilt { func
Dapp_import.go452 func (a *AndroidAppImport) Prebuilt() *android.Prebuilt { func
Dbootclasspath_fragment.go1053 func (module *PrebuiltBootclasspathFragmentModule) Prebuilt() *android.Prebuilt { func
Djava.go2516 func (j *Import) Prebuilt() *android.Prebuilt { func
2956 func (j *DexImport) Prebuilt() *android.Prebuilt { func
3277 func (module *JavaApiContributionImport) Prebuilt() *android.Prebuilt { func
Ddroidstubs.go1507 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt { func
Daar.go1088 func (a *AARImport) Prebuilt() *android.Prebuilt { func
Dsdk_library.go2765 func (module *SdkLibraryImport) Prebuilt() *android.Prebuilt { func
/build/soong/genrule/
Dgenrule_test.go1224 func (p *prebuiltTestTool) Prebuilt() *android.Prebuilt { func