aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-01-13 18:00:19 -0800
committerColin Cross <ccross@android.com>2017-01-13 18:07:01 -0800
commit1a01e83725cabcef13941d3cc2216a32bd9ce851 (patch)
tree5e51f29e19d1823e234f60b03a2ffc7907a1bd1b /README.md
parent708c424c577aa60676054db97d12bf9bb438df11 (diff)
downloadbuild_soong-1a01e83725cabcef13941d3cc2216a32bd9ce851.tar.gz
build_soong-1a01e83725cabcef13941d3cc2216a32bd9ce851.tar.bz2
build_soong-1a01e83725cabcef13941d3cc2216a32bd9ce851.zip
Document examples of conditionals in go
Test: None Change-Id: Ie2ad921974dc4ff82a3c6308736830cacfebf806
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8b086dfd..bc019ae6 100644
--- a/README.md
+++ b/README.md
@@ -163,6 +163,10 @@ cc_library {
}
```
+See [art/build/art.go](https://android.googlesource.com/platform/art/+/master/build/art.go)
+or [external/llvm/soong/llvm.go](https://android.googlesource.com/platform/external/llvm/+/master/soong/llvm.go)
+for examples of more complex conditionals on product variables or environment variables.
+
## Contact
Email android-building@googlegroups.com (external) for any questions, or see