commit | 5f978d0936d097a58a73753abeafee115f18f2a6 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Tue Oct 15 10:40:36 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 15 10:40:36 2019 -0700 |
tree | d5a4554c35e9e2df2969dacbb9ef3e3900138d2f | |
parent | 9f3c3a846568c190ea1234126f725f22cf5a507b [diff] | |
parent | 5bc1fea8e87752234ebb5d94bbbc00199c5d44bd [diff] |
Merge "DO NOT MERGE - Merge QD1A.190821.011 into stage-aosp-master" into stage-aosp-master am: f0b4aaa83b am: 5bc1fea8e8 Change-Id: Ic37c4626d1cabe041cdac87ac511944db5dff9f4
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.