Lines Matching defs:javaBase
116 type javaBase struct { struct
117 common.AndroidModuleBase
118 module JavaModuleType
120 properties javaBaseProperties
123 classpathFile common.Path
126 outputFile common.Path
129 classJarSpecs []jarSpec
132 resourceJarSpecs []jarSpec
134 exportAidlIncludeDirs common.Paths
136 logtagsSrcs common.Paths
140 ExtraSrcLists common.Paths
143 installFile common.Path
160 func NewJavaBase(base *javaBase, module JavaModuleType, hod common.HostOrDeviceSupported,
170 func (j *javaBase) BootClasspath(ctx common.AndroidBaseContext) string {
200 func (j *javaBase) JavaDependencies(ctx AndroidJavaModuleContext) []string {
218 func (j *javaBase) aidlFlags(ctx common.AndroidModuleContext, aidlPreprocess common.OptionalPath,
238 func (j *javaBase) collectDeps(ctx common.AndroidModuleContext) (classpath common.Paths,
282 func (j *javaBase) GenerateAndroidBuildActions(ctx common.AndroidModuleContext) {
286 func (j *javaBase) GenerateJavaBuildActions(ctx common.AndroidModuleContext) {
412 func (j *javaBase) ClasspathFile() common.Path {
416 func (j *javaBase) ClassJarSpecs() []jarSpec {
420 func (j *javaBase) ResourceJarSpecs() []jarSpec {
424 func (j *javaBase) AidlIncludeDirs() common.Paths {
430 func (j *javaBase) logtags() common.Paths {
439 javaBase anonMember