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
This commit is contained in:
Colin Cross 2015-03-18 17:20:28 -07:00 committed by Colin Cross
parent 3f0c9ede6d
commit 62ec5f4eb3
2 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@ var clangUnknownCflags = []string{
"-Wno-unused-but-set-variable",
"-Wno-unused-but-set-parameter",
"-Wno-unused-local-typedefs",
"-Wunused-but-set-parameter",
// arm + arm64 + mips + mips64
"-fgcse-after-reload",

View file

@ -1,7 +1,9 @@
subdirs = [
"art",
"build/blueprint",
"build/soong",
"bionic/*",
"external/*",
"libnativehelper",
"system/core/*",
]