Allow setting some build_broken out of boardconfig
Some build broken flags are for cross-cutting features rather than board-specific. In order to support these without requiring broad changes across many board configs, these can be set in a buildspec.mk files. Test: set build_broken flags in environment, get expected fail Test: set build_broken flags in buildspec, get expected success Change-Id: I8a74c30575f6bf40e46281ca5f37f3cfed526ec5
This commit is contained in:
@@ -10,8 +10,9 @@ If you need to extend the build system via a plugin, please reach out to the
|
||||
build team via email android-building@googlegroups.com (external) for any
|
||||
questions, or see [go/soong](http://go/soong) (internal).
|
||||
|
||||
To omit the validation, `BUILD_BROKEN_PLUGIN_VALIDATION` expects a list of
|
||||
plugins to omit from the validation.
|
||||
To omit the validation, `BUILD_BROKEN_PLUGIN_VALIDATION` expects a
|
||||
space-separated list of plugins to omit from the validation. This must be set
|
||||
within a product configuration .mk file, board config .mk file, or buildspec.mk.
|
||||
|
||||
## Python 2 to 3 migration
|
||||
|
||||
|
Reference in New Issue
Block a user