com.android.sdklib.build
Class ManualRenderScriptChecker
java.lang.Object
com.android.sdklib.build.RenderScriptChecker
com.android.sdklib.build.ManualRenderScriptChecker
public class ManualRenderScriptChecker
- extends RenderScriptChecker
Checks whether Renderscript compilation is needed. This is entirely based
on using dependency files and manually looking up the list of current inputs, and old
outputs timestamp.
TODO: add checks on input/output checksum to detect true changes.
TODO: (better) delete Ant and use Gradle.
This should be only needed in Ant.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManualRenderScriptChecker
public ManualRenderScriptChecker(@NonNull
java.util.List<java.io.File> sourceFolders,
@NonNull
java.io.File binFolder)
mustCompile
public boolean mustCompile()
throws java.io.IOException
- Throws:
java.io.IOException
getInputFiles
@NonNull
public java.util.List<java.io.File> getInputFiles()