commit | 842119ab3a47f725ddbe727da9767637fd250a08 | [log] [tgz] |
---|---|---|
author | Ian Pedowitz <ijpedowitz@google.com> | Thu May 02 00:55:38 2019 +0000 |
committer | Ian Pedowitz <ijpedowitz@google.com> | Thu May 02 00:55:38 2019 +0000 |
tree | d341fdac610a5f488b5aaab9f8bbed0c95ec5f0d | |
parent | 5e0226b816c2d182b5dcf24ac65a8fbd550c81de [diff] |
Revert "RESTRICT AUTOMERGE Updating the platform sdk version for Q" This reverts commit 5e0226b816c2d182b5dcf24ac65a8fbd550c81de. Reason for revert: QT SDK Finalization. Will be merged again on/after May 13th Bug: 129975435 Change-Id: Ia3693b2a4907c4ca9be56cfe18fda35b8545abba
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.