Home
last modified time | relevance | path

Searched refs:DeapexerInfo (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Ddeapexer.go74 type DeapexerInfo struct { struct
93 func (i DeapexerInfo) ApexModuleName() string { argument
103 func (i DeapexerInfo) PrebuiltExportPath(apexRelativePath string) WritablePath { argument
108 func (i DeapexerInfo) GetExportedModuleNames() []string { argument
114 var DeapexerProvider = blueprint.NewProvider[DeapexerInfo]()
120 …erInfo(apexModuleName string, exports map[string]WritablePath, moduleNames []string) DeapexerInfo {
121 return DeapexerInfo{
128 func (i *DeapexerInfo) GetDexpreoptProfileGuidedExportedModuleNames() []string { argument
132 func (i *DeapexerInfo) AddDexpreoptProfileGuidedExportedModuleNames(names ...string) { argument
176 func FindDeapexerProviderForModule(ctx ModuleContext) (*DeapexerInfo, error) {
[all …]
/build/soong/java/
Ddexpreopt.go341 …uiltApexSystemServerJars(ctx android.ModuleContext, libraryName string, di *android.DeapexerInfo) {