Lines Matching refs:baseCompiler
306 *baseCompiler anonMember
378 flags = library.baseCompiler.compilerFlags(ctx, flags, deps)
430 if len(library.baseCompiler.Properties.Srcs) > 0 {
451 …total_length := len(library.baseCompiler.Properties.Srcs) + len(deps.GeneratedSources) + len(libra…
457 objs := library.baseCompiler.compile(ctx, flags, deps)
464 srcs, library.baseCompiler.pathDeps, library.baseCompiler.cFlagsDeps))
468 srcs, library.baseCompiler.pathDeps, library.baseCompiler.cFlagsDeps))
539 deps = library.baseCompiler.compilerDeps(ctx, deps)
827 if library.baseCompiler.hasSrcExt(".aidl") {
833 library.reexportDeps(library.baseCompiler.pathDeps) // TODO: restrict to aidl deps
834 library.reuseExportedDeps = append(library.reuseExportedDeps, library.baseCompiler.pathDeps...)
839 if library.baseCompiler.hasSrcExt(".proto") {
847 library.reexportDeps(library.baseCompiler.pathDeps) // TODO: restrict to proto deps
848 library.reuseExportedDeps = append(library.reuseExportedDeps, library.baseCompiler.pathDeps...)
852 if library.baseCompiler.hasSrcExt(".sysprop") {
875 library.reexportDeps(library.baseCompiler.pathDeps)
1039 baseCompiler: NewBaseCompiler(),
1072 sharedCompiler.baseCompiler.Properties.OriginalSrcs =
1073 sharedCompiler.baseCompiler.Properties.Srcs
1074 sharedCompiler.baseCompiler.Properties.Srcs = nil
1075 sharedCompiler.baseCompiler.Properties.Generated_sources = nil