commit | 337d4acdf69a694527315330bd2d032a99457276 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Tue Oct 22 15:58:17 2019 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Tue Nov 12 15:55:57 2019 -0800 |
tree | 0da9400bfd58e3824c1358ea324d866d42f0c16a | |
parent | b608bd5256f83d75fcfbf6025fd6d46d32fea819 [diff] |
Rework platform version to hide codenames. The public platform version no longer can be a codename, it is always the most recently released platform. A new build property and API provides either the offical version or the current codename as appropriate. This will avoid breaking apps that look at the platform version while development is under a codename. Bug: 143175463 Test: manual Change-Id: Ia57c08e04ecf5680a231af96c4c458d5dc794f59
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.