commit | 8543ca7fd530ca5c91eaa7c3f16d8a205175ae5c | [log] [tgz] |
---|---|---|
author | Patrick Tu <patricktu@google.com> | Sun Jun 16 21:18:39 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sun Jun 16 21:18:39 2019 -0700 |
tree | 0247877be731872277a1c29c1c3d2217fd2722e9 | |
parent | 4bfef315718941734b0a326bd5d41dc2f5d9c1ad [diff] | |
parent | f7f933b28bd85543911413e3f08b424034b9ce64 [diff] |
Merge "AIDEGen: Collect the classes.jar of the prebuilt modules into module-info.json" am: 58982618e1 am: f7f933b28b Change-Id: Ic1d4889712ae9cd36a44d73017f9115a3443858e
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.