Split apart frameworks/compile into sub-projects.
am: d0aec89d43
Change-Id: I52500c1d216dfc26628835c87fb81d1bf5393c62
diff --git a/tools/warn.py b/tools/warn.py
index 9dbe12e..73a5f65 100755
--- a/tools/warn.py
+++ b/tools/warn.py
@@ -1723,7 +1723,10 @@
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'),