Home
last modified time | relevance | path

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

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