Home
last modified time | relevance | path

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

/build/soong/java/
Dsystem_modules.go129 type SystemModules struct { struct
130 android.ModuleBase
131 android.DefaultableModuleBase
132 android.SdkBase
134 properties SystemModulesProperties
138 headerJars android.Paths
139 outputDir android.Path
140 outputDeps android.Paths
148 func (system *SystemModules) HeaderJars() android.Paths {
152 func (system *SystemModules) OutputDirAndDeps() (android.Path, android.Paths) {
[all …]