platform_build/core/tasks
Ying Wang a1ea202256 Add task to print transitive dependencies and their license files.
Print modules and their transitive dependencies with license files.
To invoke, run
"make deps-license PROJ_PATH=<proj-path-patterns> DEP_PATH=<dep-path-patterns>".
PROJ_PATH restricts the paths of the source modules;
DEP_PATH restricts the paths of the dependency modules.
Both can be makefile patterns supported by makefile function $(filter).
Example:
  $ make deps-license packages/app/% external/%
  prints all modules in packages/app/ with their dpendencies in external/.
The printout lines look like "<module_name> :: <module_paths> :: <license_files>".

Bug: 20823995
Change-Id: I06b66e85ff56c8628bffa3d948085ed45870100f
(cherry-pick from 39b9b690a8)
2015-05-19 16:37:42 -07:00
..
check_boot_jars Check PRODUCT_BOOT_JARS against a whitelist of package names. 2014-09-10 10:51:58 -07:00
tools Break package-modules build recipe to mutliple lines 2014-09-24 10:19:14 -07:00
apicheck.mk Support to check System API. 2014-06-26 17:54:28 -07:00
boot_jars_package_check.mk Conditionally skip boot jars package name check. 2014-09-11 17:40:29 -07:00
collect_gpl_sources.mk collect_gpl_sources.mk: Declare rule to assemble GPL sources FORCE 2014-01-27 12:25:43 -08:00
cts.mk Add abi to generated XML 2014-10-15 00:10:08 +00:00
deps_licenses.mk Add task to print transitive dependencies and their license files. 2015-05-19 16:37:42 -07:00
factory_bundle.mk Do not disable factory build under PDK 2013-03-28 14:38:11 -07:00
factory_ramdisk.mk Do not disable factory build under PDK 2013-03-28 14:38:11 -07:00
ide.mk Make make ECLIPSE-lunch build a .classpath for all the java stuff that will be included in the 2010-05-26 17:58:21 -04:00
oem_image.mk Set up rules to build oem.img 2014-04-28 09:43:51 -07:00
product-graph.mk Split the product-graph build commands 2013-08-01 17:45:35 -07:00
sdk-addon.mk SDK Addon multi-sys-img support. 2014-10-10 00:50:39 +00:00
vendor_module_check.mk Add atmel to vendor owner whitelist 2014-08-13 16:53:45 -07:00