From 021e3763b1ef011d9202d943a9b263c37bb17909 Mon Sep 17 00:00:00 2001 From: Clay Murphy Date: Tue, 8 Jan 2019 10:55:51 -0800 Subject: [PATCH] Docs: Add link to related Soong docs on SAC Test: make online-sac-docs Bug: 120866204 Change-Id: I4560a32ec2cb29aaaa9e9048d4ed075d09a44d13 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 16d3cce80..74d49bbc4 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