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:
parent
3f0c9ede6d
commit
62ec5f4eb3
2 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
2
root.bp
2
root.bp
|
@ -1,7 +1,9 @@
|
|||
subdirs = [
|
||||
"art",
|
||||
"build/blueprint",
|
||||
"build/soong",
|
||||
"bionic/*",
|
||||
"external/*",
|
||||
"libnativehelper",
|
||||
"system/core/*",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue