Home
last modified time | relevance | path

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

/build/soong/java/
Dsystemserver_classpath_fragment.go89 type SystemServerClasspathModule struct { struct
98 var _ android.ApexModule = (*SystemServerClasspathModule)(nil)
100 func (m *SystemServerClasspathModule) MinSdkVersionSupported(ctx android.BaseModuleContext) android… argument
117 m := &SystemServerClasspathModule{}
125 func (m *SystemServerClasspathModule) UniqueApexVariations() bool { argument
129 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
153 func (s *SystemServerClasspathModule) setPartitionInfoOfLibraries(ctx android.ModuleContext) { argument
163 func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJ… argument
195 func (s *SystemServerClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.C… argument
250 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
[all …]