Home
last modified time | relevance | path

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

/build/soong/java/
Dsystemserver_classpath_fragment.go89 type SystemServerClasspathModule struct { struct
90 android.ModuleBase
91 android.ApexModuleBase
93 ClasspathFragmentBase
95 properties systemServerClasspathFragmentProperties
100 …stemServerClasspathModule) MinSdkVersionSupported(ctx android.BaseModuleContext) android.ApiLevel {
125 func (m *SystemServerClasspathModule) UniqueApexVariations() bool {
129 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
153 func (s *SystemServerClasspathModule) setPartitionInfoOfLibraries(ctx android.ModuleContext) {
163 …*SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
[all …]