Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dsystemserver_classpath_fragment.go85 type SystemServerClasspathModule struct { struct
86 android.ModuleBase
87 android.ApexModuleBase
89 ClasspathFragmentBase
91 properties systemServerClasspathFragmentProperties
94 …Module) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion android.ApiLevel) error {
119 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
143 func (s *SystemServerClasspathModule) setPartitionInfoOfLibraries(ctx android.ModuleContext) {
153 …*SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
185 …verClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.ConfiguredJarList {
[all …]