Files
build/core
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
..
2015-05-04 18:10:47 -07:00
2014-11-07 16:10:17 +05:30
2014-05-14 19:16:25 -07:00
2014-05-14 16:55:04 -07:00
2014-09-03 15:39:50 -07:00
2015-04-03 16:55:09 -07:00
2015-05-05 11:41:52 -07:00
2014-07-21 14:42:29 -07:00
2014-08-23 09:45:31 -07:00
2014-09-04 18:59:05 -07:00
2014-05-21 16:40:35 -07:00
2014-05-14 16:55:04 -07:00