|
||||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectcom.android.build.gradle.internal.tasks.DependencyBasedCompileTask
com.android.build.gradle.tasks.AidlCompile
class AidlCompile extends DependencyBasedCompileTask
Task to compile aidl files. Supports incremental update.
Property Summary | |
---|---|
java.util.List |
importDirs
|
PatternSet |
patternSet
|
java.util.List |
sourceDirs
|
Method Summary | |
---|---|
protected void
|
compileAllFiles(DependencyFileProcessor dependencyFileProcessor)
|
protected void
|
compileSingleFile(java.io.File file, java.lang.Object data, DependencyFileProcessor dependencyFileProcessor)
|
FileTree
|
getSourceFiles()
|
protected java.lang.Object
|
incrementalSetup()
|
protected boolean
|
isIncremental()
|
protected boolean
|
supportsParallelization()
|
Property Detail |
---|
@InputFiles java.util.List importDirs
final PatternSet patternSet
java.util.List sourceDirs
Method Detail |
---|
@Override protected void compileAllFiles(DependencyFileProcessor dependencyFileProcessor)
@Override protected void compileSingleFile(@NonNull java.io.File file, @Nullable java.lang.Object data, @NonNull DependencyFileProcessor dependencyFileProcessor)
@InputFiles FileTree getSourceFiles()
@Override protected java.lang.Object incrementalSetup()
@Override protected boolean isIncremental()
@Override protected boolean supportsParallelization()
Copyright (C) 2012 The Android Open Source Project