diff options
author | 2021-09-07 09:10:33 +0200 | |
---|---|---|
committer | 2021-09-08 09:36:22 +0200 | |
commit | 89fcdcb78813836bb73d5bee45018ad6cfe78677 (patch) | |
tree | b34a8ed4fbe7ccca46d4a2944337f0d170f79b27 /README.md | |
parent | c6012f36e133effe2c4f54b96b46425ea5c0cb9b (diff) |
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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |