Home
last modified time | relevance | path

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

/build/soong/java/
Dsystemserver_classpath_fragment.go84 type SystemServerClasspathModule struct { struct
85 android.ModuleBase
86 android.ApexModuleBase
88 ClasspathFragmentBase
90 properties systemServerClasspathFragmentProperties
93 …Module) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion android.ApiLevel) error {
118 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
132 …*SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
164 …verClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.ConfiguredJarList {
219 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
[all …]