Home
last modified time | relevance | path

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

/build/soong/java/
Dsystemserver_classpath_fragment.go60 type SystemServerClasspathModule struct { struct
69 func (s *SystemServerClasspathModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument
81 m := &SystemServerClasspathModule{}
89 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
98 func (s *SystemServerClasspathModule) ClasspathFragmentToConfiguredJarList(ctx android.ModuleContex… argument
131 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
/build/soong/apex/
Dapex.go1715 if _, ok := child.(*java.SystemServerClasspathModule); !ok {