Virtual Method
FoundryBuildStageclean
Declaration [src]
DexFuture*
clean (
FoundryBuildStage* self,
FoundryBuildProgress* progress
)
Description [src]
Clean operation for the stage.
This is used to perform an equivalent of a make clean
or
ninja clean
for the build. It is not necessary on all stages
but any stage may implement it.
Parameters
progress
-
Type:
FoundryBuildProgress
No description available.
The data is owned by the caller of the method.