Home
last modified time | relevance | path

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

/build/soong/java/
Dsystemserver_classpath_fragment.go84 type SystemServerClasspathModule struct { struct
93 func (s *SystemServerClasspathModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument
110 m := &SystemServerClasspathModule{}
118 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
132 func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJ… argument
164 func (s *SystemServerClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.C… argument
219 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
221 _, isSourceModule := module.(*SystemServerClasspathModule)
237 func (s *SystemServerClasspathModule) IDEInfo(dpInfo *android.IdeInfo) { argument
251 _, ok := module.(*SystemServerClasspathModule)
[all …]
/build/soong/apex/
Dapex.go2043 if _, ok := child.(*java.SystemServerClasspathModule); !ok {