No description
Find a file
Colin Cross 9454bfafcb Add support for checkbuild target
Modules can choose to add "installed files", which are files that
a product can depend on to cause the module to build, and "checkbuild
files", which will only be built if another module that needs to build
depends on them.  For every target, add a module-install and a
module-checkbuild target that create dependencies on those files,
and then add a global checkbuild target that depends on all the
module-checkbuild targets.  Also add a module target for each module
that depends on module-install and module-checkbuild.

Change-Id: I801389ad6ab9806b71d92cd327a0f9cb7582e0df
2015-03-17 13:24:18 -07:00
androidmk Add soong_build primary builder 2015-03-13 20:28:16 -07:00
cc Add dependencies on late static libraries 2015-03-17 10:47:08 -07:00
cmd Add support for checkbuild target 2015-03-17 13:24:18 -07:00
common Add support for checkbuild target 2015-03-17 13:24:18 -07:00
config Add soong_build primary builder 2015-03-13 20:28:16 -07:00
glob Add soong_build primary builder 2015-03-13 20:28:16 -07:00
Blueprints Add support for checkbuild target 2015-03-17 13:24:18 -07:00
bootstrap.bash Initial soong 2015-03-04 16:13:27 -08:00
build.ninja.in Add support for checkbuild target 2015-03-17 13:24:18 -07:00
copygcclib.sh Add soong_build primary builder 2015-03-13 20:28:16 -07:00
doc.go Add soong_build primary builder 2015-03-13 20:28:16 -07:00
root.bp Add soong_build primary builder 2015-03-13 20:28:16 -07:00
soong.in Initial soong 2015-03-04 16:13:27 -08:00