Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A 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() {
190 func (p *Prebuilt) SingleSourcePath(ctx ModuleContext) Path {
194 func (p *Prebuilt) UsePrebuilt() bool {
334 Prebuilt() *Prebuilt methodSpec
701 func (p *Prebuilt) variantIsDisabled(ctx BaseModuleContext, prebuilt Module) bool {
[all …]
H A Dprebuilt_build_tool.go48 func (t *prebuiltBuildTool) Prebuilt() *Prebuilt { func
H A Dprebuilt_test.go517 func (p *prebuiltModule) Prebuilt() *Prebuilt { func
/aosp_15_r20/build/soong/apex/
H A Dprebuilt.go140 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt { func
368 type Prebuilt struct { struct
369 prebuiltCommon
371 properties PrebuiltProperties
373 inputApex android.Path
375 provenanceMetaDataFile android.Path
456 func (a *Prebuilt) hasSanitizedSource(sanitizer string) bool {
565 func (p *Prebuilt) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
571 func (p *Prebuilt) ApexInfoMutator(mctx android.TopDownMutatorContext) {
632 func (p *Prebuilt) GenerateAndroidBuildActions(ctx android.ModuleContext) {
[all …]
/aosp_15_r20/build/soong/rust/
H A Dprebuilt.go36 android.Prebuilt anonMember
43 android.Prebuilt anonMember
H A Drust.go1175 func (mod *Module) Prebuilt() *android.Prebuilt { func
/aosp_15_r20/build/soong/cc/
H A Dprebuilt.go70 android.Prebuilt anonMember
368 android.Prebuilt anonMember
H A Dcc.go1751 func (c *Module) Prebuilt() *android.Prebuilt { func
/aosp_15_r20/build/soong/java/
H A Dapp_set.go77 func (as *AndroidAppSet) Prebuilt() *android.Prebuilt { func
H A Dsystem_modules.go257 func (system *systemModulesImport) Prebuilt() *android.Prebuilt { func
H A Dplatform_compat_config.go192 func (module *prebuiltCompatConfigModule) Prebuilt() *android.Prebuilt { func
H A Dsystemserver_classpath_fragment.go326 func (module *prebuiltSystemServerClasspathModule) Prebuilt() *android.Prebuilt { func
H A Dapp_import.go476 func (a *AndroidAppImport) Prebuilt() *android.Prebuilt { func
H A Djava.go2634 func (j *Import) Prebuilt() *android.Prebuilt { func
3107 func (j *DexImport) Prebuilt() *android.Prebuilt { func
3427 func (module *JavaApiContributionImport) Prebuilt() *android.Prebuilt { func
H A Dbootclasspath_fragment.go1058 func (module *PrebuiltBootclasspathFragmentModule) Prebuilt() *android.Prebuilt { func
H A Ddroidstubs.go1517 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt { func
H A Daar.go1220 func (a *AARImport) Prebuilt() *android.Prebuilt { func
H A Dsdk_library.go1985 func (module *SdkLibraryImport) Prebuilt() *android.Prebuilt { func
/aosp_15_r20/build/soong/genrule/
H A Dgenrule_test.go1292 func (p *prebuiltTestTool) Prebuilt() *android.Prebuilt { func