Refactor the creation of soong_build calls.
They were a bit repetitive. In addition, make the environment checks more correct; they could probably use an integration test or two to make sure that when the environment changes, exactly those outputs are rebuilt that need to be, but for now, this is an improvement already. Test: Presubmits. Change-Id: Idd79b81ca6975d57d00e5bf4699d266152505ff8
This commit is contained in:
@@ -37,7 +37,6 @@ The list of valid module types and their properties can be generated by calling
|
||||
`m soong_docs`. It will be written to `$OUT_DIR/soong/docs/soong_build.html`.
|
||||
This list for the current version of Soong can be found [here](https://ci.android.com/builds/latest/branches/aosp-build-tools/targets/linux/view/soong_build.html).
|
||||
|
||||
|
||||
### File lists
|
||||
|
||||
Properties that take a list of files can also take glob patterns and output path
|
||||
|
Reference in New Issue
Block a user