Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go113 type Prebuilt struct { struct
114 properties PrebuiltProperties
117 srcsSupplier PrebuiltSrcsSupplier
120 srcsPropertyName string
141 func (p *Prebuilt) Name(name string) string {
151 func (p *Prebuilt) ForcePrefer() {
191 func (p *Prebuilt) SingleSourcePath(ctx ModuleContext) Path {
195 func (p *Prebuilt) UsePrebuilt() bool {
199 func (p *Prebuilt) SetUsePrebuilt(use bool) {
339 Prebuilt() *Prebuilt methodSpec
[all …]
Dprebuilt_build_tool.go48 func (t *prebuiltBuildTool) Prebuilt() *Prebuilt { func
Dprebuilt_test.go517 func (p *prebuiltModule) Prebuilt() *Prebuilt { func
/build/soong/apex/
Dprebuilt.go154 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt { func
367 type Prebuilt struct { struct
368 prebuiltCommon
370 properties PrebuiltProperties
372 inputApex android.Path
374 provenanceMetaDataFile android.Path
461 func (a *Prebuilt) hasSanitizedSource(sanitizer string) bool {
570 func (p *Prebuilt) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
579 func (p *Prebuilt) ApexTransitionMutatorSplit(ctx android.BaseModuleContext) []android.ApexInfo {
583 …atorOutgoing(ctx android.OutgoingTransitionContext, sourceInfo android.ApexInfo) android.ApexInfo {
[all …]
/build/soong/rust/
Dprebuilt.go38 android.Prebuilt anonMember
45 android.Prebuilt anonMember
Drust.go1406 func (mod *Module) Prebuilt() *android.Prebuilt { func
/build/soong/cc/
Dprebuilt.go70 android.Prebuilt anonMember
368 android.Prebuilt anonMember
Dcc.go1943 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.go336 func (module *prebuiltSystemServerClasspathModule) Prebuilt() *android.Prebuilt { func
Dplatform_compat_config.go230 func (module *prebuiltCompatConfigModule) Prebuilt() *android.Prebuilt { func
Dapp_import.go572 func (a *AndroidAppImport) Prebuilt() *android.Prebuilt { func
Dbootclasspath_fragment.go1102 func (module *PrebuiltBootclasspathFragmentModule) Prebuilt() *android.Prebuilt { func
Djava.go456 Prebuilt bool member
2979 func (j *Import) Prebuilt() *android.Prebuilt { func
3457 func (j *DexImport) Prebuilt() *android.Prebuilt { func
3783 func (module *JavaApiContributionImport) Prebuilt() *android.Prebuilt { func
Dsdk_library.go1227 Prebuilt bool member
2067 func (module *SdkLibraryImport) Prebuilt() *android.Prebuilt { func
Ddroidstubs.go1642 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt { func
Daar.go1240 func (a *AARImport) Prebuilt() *android.Prebuilt { func
Dapp.go76 Prebuilt bool member
/build/soong/genrule/
Dgenrule_test.go1284 func (p *prebuiltTestTool) Prebuilt() *android.Prebuilt { func