commit | 0604ae4881165b1189791b03801aedcee8c82118 | [log] [tgz] |
---|---|---|
author | Ian Pedowitz <ijpedowitz@google.com> | Tue Apr 09 12:19:55 2019 -0700 |
committer | Ian Pedowitz <ijpedowitz@google.com> | Tue Apr 09 13:00:09 2019 -0700 |
tree | 4b774ab2a86302a47fa7fa51393aa136fbb42f32 | |
parent | d7d6e9d6718257c3cfb2a7380021473ae9a5a868 [diff] |
Q Branch prefix is QP1A Bug: 128934651 Bug: 129683166 Bug: 129943426 Test: source build/envsetup.sh && lunch aosp_blueline-userdebug Test: m -j cts docs tests Change-Id: I34c360a68c6721e8fef9e39be30c8af7bca90c39 Merged-In: I34c360a68c6721e8fef9e39be30c8af7bca90c39
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.