Docs: Add link to related Soong docs on SAC

Test: make online-sac-docs

Bug: 120866204
Change-Id: I4560a32ec2cb29aaaa9e9048d4ed075d09a44d13
This commit is contained in:
Clay Murphy
2019-01-08 10:55:51 -08:00
parent a4d4570e91
commit 021e3763b1

View File

@@ -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 replaces Android.mk files with Android.bp files, which are JSON-like simple
declarative descriptions of modules to build. 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 ## Android.bp file format
By design, Android.bp files are very simple. There are no conditionals or By design, Android.bp files are very simple. There are no conditionals or