Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/build/build/soong/android/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 282 B image not shown  

Quelle  module_proxy.go   Sprache: unbekannt

 
Spracherkennung für: .go vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

package android

import (
 "github.com/google/blueprint"
)

type ModuleProxy struct {
 blueprint.ModuleProxy
}

type ModuleOrProxy interface {
 blueprint.ModuleOrProxy
}

func CreateModuleProxy(module Module) ModuleProxy {
 return ModuleProxy{blueprint.CreateModuleProxy(module)}
}

[Dauer der Verarbeitung: 0.2 Sekunden, vorverarbeitet 2026-06-28]