aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClay Murphy <claym@google.com>2019-01-08 10:55:51 -0800
committerClay Murphy <claym@google.com>2019-01-17 21:36:31 +0000
commit021e3763b1ef011d9202d943a9b263c37bb17909 (patch)
tree419544d48f9f9784683dd30a04dc65b3e9864fa3 /README.md
parenta4d4570e911d014cb5e20f0725c271dc626ae310 (diff)
downloadbuild_soong-021e3763b1ef011d9202d943a9b263c37bb17909.tar.gz
build_soong-021e3763b1ef011d9202d943a9b263c37bb17909.tar.bz2
build_soong-021e3763b1ef011d9202d943a9b263c37bb17909.zip
Docs: Add link to related Soong docs on SAC
Test: make online-sac-docs Bug: 120866204 Change-Id: I4560a32ec2cb29aaaa9e9048d4ed075d09a44d13
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 16d3cce8..74d49bbc 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@ Soong is the replacement for the old Android make-based build system. It
replaces Android.mk files with Android.bp files, which are JSON-like simple
declarative descriptions of modules to build.
+See [Simple Build
+Configuration](https://source.android.com/compatibility/tests/development/blueprints)
+on source.android.com to read how Soong is configured for testing.
+
## Android.bp file format
By design, Android.bp files are very simple. There are no conditionals or