Home
last modified time | relevance | path

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

/build/soong/java/
Dsystemserver_classpath_fragment.go80 type SystemServerClasspathModule struct { struct
81 android.ModuleBase
82 android.ApexModuleBase
83 android.SdkBase
85 ClasspathFragmentBase
87 properties systemServerClasspathFragmentProperties
90 modulePaths []string
93 …Module) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion android.ApiLevel) error {
119 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
136 …*SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
[all …]