platform_build/core/tasks
Ying Wang 39b9b690a8 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
2015-05-07 15:43:01 -07:00
..
check_boot_jars Fix: exit code is 0 even when check-boot-jars.py fails 2015-03-26 13:25:06 +09:00
tools Break package-modules build recipe to mutliple lines 2014-09-24 10:19:14 -07:00
apicheck.mk Let apicheck check both the public API and system API. 2015-01-09 14:23:16 -08: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 lib dirs to cts distribution. 2015-04-21 17:53:21 -07:00
deps_licenses.mk Add task to print transitive dependencies and their license files. 2015-05-07 15:43:01 -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 Remove support of factory ramdisk/bundle. 2015-02-04 11:00:01 -08: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