Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dsystemserver_classpath_fragment.go85 type SystemServerClasspathModule struct { struct
94 func (s *SystemServerClasspathModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument
111 m := &SystemServerClasspathModule{}
119 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
143 func (s *SystemServerClasspathModule) setPartitionInfoOfLibraries(ctx android.ModuleContext) { argument
153 func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJ… argument
185 func (s *SystemServerClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.C… argument
240 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
242 _, isSourceModule := module.(*SystemServerClasspathModule)
258 func (s *SystemServerClasspathModule) IDEInfo(ctx android.BaseModuleContext, dpInfo *android.IdeInf… argument
[all …]
/aosp_15_r20/build/soong/apex/
H A Dapex.go1954 if _, ok := child.(*java.SystemServerClasspathModule); !ok {