aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-01-22 20:56:10 -0800
committerDan Willemsen <dwillemsen@google.com>2018-02-07 10:13:36 -0800
commitbc203622e6ea4c3a6773c64c1bcc22b90b12b275 (patch)
treec35331660791f17922e3d08fb94d122107790120 /README.md
parent7a26b708a523416dcc761fa98ff88444ceb50b2e (diff)
downloadbuild_soong-bc203622e6ea4c3a6773c64c1bcc22b90b12b275.tar.gz
build_soong-bc203622e6ea4c3a6773c64c1bcc22b90b12b275.tar.bz2
build_soong-bc203622e6ea4c3a6773c64c1bcc22b90b12b275.zip
Add performance and best practices documentation
Test: check gitiles view Change-Id: I2fa4fa5f7ee91ba586e1900542c8c334eb727a6b
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4013a2af..b234c718 100644
--- a/README.md
+++ b/README.md
@@ -170,6 +170,13 @@ logic receives module definitions parsed into Go structures using reflection
and produces build rules. The build rules are collected by blueprint and
written to a [ninja](http://ninja-build.org) build file.
+## Other documentation
+
+* [Best Practices](docs/best_practices.md)
+* [Build Performance](docs/perf.md)
+* [Generating CLion Projects](docs/clion.md)
+* Make-specific documentation: [build/make/README.md](https://android.googlesource.com/platform/build/+/master/README.md)
+
## FAQ
### How do I write conditionals?