commit | 62ec5f4eb32751c35cd0ea5852e73e0c4aa0a477 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Mar 18 17:20:28 2015 -0700 |
committer | Colin Cross <ccross@google.com> | Sat Mar 21 00:40:20 2015 +0000 |
tree | b4962acea2c0b2d110f730eb46ca55632a4d6eb2 | |
parent | 3f0c9ede6ddd1da33ed0072646a07f36628f2d3e [diff] [blame] |
Updates for building art Add art and libnativehelper to the root Blueprints file, and add a warning used by art to the clang unknown flags list. Change-Id: If282413103fa20fa66422e4330fbabff61b66144
diff --git a/root.bp b/root.bp index 2dd14d4..247c96c 100644 --- a/root.bp +++ b/root.bp
@@ -1,7 +1,9 @@ subdirs = [ + "art", "build/blueprint", "build/soong", "bionic/*", "external/*", + "libnativehelper", "system/core/*", ]