Home
last modified time | relevance | path

Searched refs:Prebuilt (Results 1 – 25 of 25) sorted by relevance

/aosp12/build/soong/android/
H A Dprebuilt.go71 type Prebuilt struct { struct
84 func (p *Prebuilt) Name(name string) string {
94 func (p *Prebuilt) ForcePrefer() {
98 func (p *Prebuilt) Prefer() bool {
138 func (p *Prebuilt) SingleSourcePath(ctx ModuleContext) Path {
142 func (p *Prebuilt) UsePrebuilt() bool {
167 p := module.Prebuilt()
231 Prebuilt() *Prebuilt
262 func GetEmbeddedPrebuilt(module Module) *Prebuilt {
264 return p.Prebuilt()
[all …]
H A Dprebuilt_build_tool.go37 prebuilt Prebuilt
48 func (t *prebuiltBuildTool) Prebuilt() *Prebuilt { func
H A Dprebuilt_test.go344 if !p.Prebuilt().properties.UsePrebuilt {
436 prebuilt Prebuilt
461 func (p *prebuiltModule) Prebuilt() *Prebuilt { func
/aosp12/build/soong/cc/
H A Dprebuilt.go38 prebuilt() *android.Prebuilt
58 android.Prebuilt anonMember
63 func (p *prebuiltLinker) prebuilt() *android.Prebuilt {
64 return &p.Prebuilt
318 android.Prebuilt anonMember
374 func (p *prebuiltObjectLinker) prebuilt() *android.Prebuilt {
375 return &p.Prebuilt
383 return p.Prebuilt.SingleSourcePath(ctx)
429 in := p.Prebuilt.SingleSourcePath(ctx)
H A Dsabi.go144 if m.Prebuilt() != nil || m.IsSnapshotPrebuilt() {
H A Dcc.go1540 func (c *Module) Prebuilt() *android.Prebuilt { func
1548 return c.Prebuilt() != nil
/aosp12/build/soong/apex/
H A Dprebuilt.go49 prebuilt android.Prebuilt
119 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt { func
444 type Prebuilt struct { struct
517 func (a *Prebuilt) hasSanitizedSource(sanitizer string) bool {
521 func (p *Prebuilt) OutputFiles(tag string) (android.Paths, error) {
532 module := &Prebuilt{}
663 var _ prebuiltApexModuleCreator = (*Prebuilt)(nil)
707 func (p *Prebuilt) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
711 var _ ApexInfoMutator = (*Prebuilt)(nil)
713 func (p *Prebuilt) ApexInfoMutator(mctx android.TopDownMutatorContext) {
[all …]
H A Dkey.go149 if m, ok := module.(*Prebuilt); ok && m.Enabled() && m.installable() &&
150 m.Prebuilt().UsePrebuilt() {
H A Dapex_test.go4169 prebuilt := ctx.ModuleForTests("myapex", "android_common_myapex").Module().(*Prebuilt)
4194 p := ctx.ModuleForTests("myapex", "android_common_myapex").Module().(*Prebuilt)
4213 p := ctx.ModuleForTests("myapex.prebuilt", "android_common_myapex.prebuilt").Module().(*Prebuilt)
7608 isPrebuilt := entry.mod.Prebuilt() != nil
/aosp12/build/soong/java/
H A Dapp_set.go56 prebuilt android.Prebuilt
72 func (as *AndroidAppSet) Prebuilt() *android.Prebuilt { func
H A Dplatform_compat_config.go180 prebuilt android.Prebuilt
191 func (module *prebuiltCompatConfigModule) Prebuilt() *android.Prebuilt { func
H A Dsystem_modules.go224 prebuilt android.Prebuilt
231 func (system *systemModulesImport) Prebuilt() *android.Prebuilt { func
H A Dapp_import.go42 prebuilt android.Prebuilt
343 func (a *AndroidAppImport) Prebuilt() *android.Prebuilt { func
H A Djava.go1170 prebuilt android.Prebuilt
1220 func (j *Import) Prebuilt() *android.Prebuilt { func
1563 prebuilt android.Prebuilt
1574 func (j *DexImport) Prebuilt() *android.Prebuilt { func
H A Daar.go606 prebuilt android.Prebuilt
704 func (a *AARImport) Prebuilt() *android.Prebuilt { func
H A Dbootclasspath_fragment.go861 prebuilt android.Prebuilt
867 func (module *prebuiltBootclasspathFragmentModule) Prebuilt() *android.Prebuilt { func
H A Ddroidstubs.go765 prebuilt android.Prebuilt
818 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt { func
H A Dsdk_library.go1905 prebuilt android.Prebuilt
2000 func (module *SdkLibraryImport) Prebuilt() *android.Prebuilt { func
/aosp12/packages/modules/common/sdk/
H A DStubLibraries.bp28 "sdk_public_30_android-non-updatable", // Prebuilt non-updatable 30 stub.
47 "sdk_system_30_android-non-updatable", // Prebuilt non-updatable 30 stub.
/aosp12/frameworks/native/opengl/tests/angeles/
H A DREADME.txt53 Prebuilt Win32 PC executable: SanOGLES-Gerbera.exe
55 Prebuilt Win32 PC executable: SanOGLES-PVRSDK.exe
/aosp12/packages/modules/Gki/build/
H A Dprebuilt.go85 if prebuiltApex, ok := m.(*apex.Prebuilt); ok {
/aosp12/packages/modules/NeuralNetworks/driver/sample_shim/
H A DAndroid.bp17 // Prebuilt generated using 'generated_prebuilts.sh'
/aosp12/packages/modules/Wifi/service/
H A DAndroid.bp161 // Prebuilt for the wifi.rc file.
/aosp12/bionic/tests/
H A DAndroid.bp88 // Prebuilt shared libraries for use in tests.
/aosp12/build/make/core/
H A DMakefile19 Prebuilt apk found in PRODUCT_COPY_FILES: $(1), use BUILD_PREBUILT instead!))) \