Split apart frameworks/compile into sub-projects.
These projects are all used by RenderScript, but it would be good to differentiate warnings for each. Change-Id: I983279d590630175a36075b01e8eec9100c07d26 Test: Ran warn.py
This commit is contained in:
parent
94180579f7
commit
d0aec89d43
1 changed files with 4 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue