commit | c45849fc0ceb062c30a30af0f564c987c5b17b04 | [log] [tgz] |
---|---|---|
author | Alan Viverette <alanv@google.com> | Tue May 21 12:16:24 2019 -0400 |
committer | Alan Viverette <alanv@google.com> | Thu May 30 16:57:25 2019 +0000 |
tree | e4e06b684e68ad69482272b06e1a46673d074e99 | |
parent | f862715103a37008b82884e571c2699336e8e6d1 [diff] |
Remove obsolete Support Library guidance from version_defaults.mk Test: n/a docs only Fixes: 133228727 Change-Id: I10cdd9a4dfe8c508417f7b80320e308c236f2c8e
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.