Merge "Split apart frameworks/compile into sub-projects."

This commit is contained in:
Treehugger Robot 2016-10-18 01:02:05 +00:00 committed by Gerrit Code Review
commit cb8a150896
1 changed files with 4 additions and 1 deletions

View File

@ -1723,7 +1723,10 @@ project_list = [
simple_project_pattern('frameworks/base/tests'),
simple_project_pattern('frameworks/base/tools'),
project_name_and_pattern('frameworks/base/Other', 'frameworks/base'),
simple_project_pattern('frameworks/compile'),
simple_project_pattern('frameworks/compile/libbcc'),
simple_project_pattern('frameworks/compile/mclinker'),
simple_project_pattern('frameworks/compile/slang'),
project_name_and_pattern('frameworks/compile/Other', 'frameworks/compile'),
simple_project_pattern('frameworks/minikin'),
simple_project_pattern('frameworks/ml'),
simple_project_pattern('frameworks/native/cmds'),