This is the big change !!!! Instead of handling target as primary object and prepare/build targets, we are handling build steps. A build step may be a source (preparation) or a build (of the source). Actualy, a step is a tuple (context, Builder or Source). The context define the context of the step. It can be : - 'source', for a Source step - 'neutral' or the name of a platform for Build step. Target becomes a "Class only" class. |
||
---|---|---|
.. | ||
__init__.py | ||
android_ndk.py | ||
android_sdk.py | ||
armhf.py | ||
base_toolchain.py |