commit | bed3e5262ef3af20f41a0684390e407370e1b3d5 | [log] [tgz] |
---|---|---|
author | Ian Pedowitz <ijpedowitz@google.com> | Sat May 11 09:59:43 2019 -0700 |
committer | Ian Pedowitz <ijpedowitz@google.com> | Sat May 11 10:01:39 2019 -0700 |
tree | 1cb7b0f1383999029d153b65cf63cea7a468caef | |
parent | a3c3b9bc64e45b51c210e062b6a61a04333be36c [diff] |
Revert "Revert "Updating the platform sdk version for Q"" This reverts commit 842119ab3a47f725ddbe727da9767637fd250a08. Reason for revert: Rolling forward for Q-Finalization Bug: 129975435 Bug: 129943426 Test: Build Change-Id: I651e3ec68a765d3867be5341751cd536ccbe604a
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.