commit | a34cc298a16ecc0a6af6a9ee6dcf1169369b9cd0 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Dec 18 08:02:41 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 18 08:02:41 2019 -0800 |
tree | 88730412a336c99c84b1b4fa03f64db595d01ee3 | |
parent | a69bb55b5bb63ae58df6f1cbe3b6e5c20808fe8e [diff] | |
parent | 2e4496471981748c54dca93ef7ff052544b84f36 [diff] |
Merge "releasetools: Pass --virtual-ab to lpmake." am: 2e44964719 Change-Id: I776c121fc4ab2150234ecaf5311d28cf3a904e3e
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.