commit | 2c142f1178ece01cecff59c48fe674bd25d0a1f2 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Apr 03 01:06:19 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Apr 03 01:06:19 2019 -0700 |
tree | 91fe05793541833cba8c290d7c1f220a99803c31 | |
parent | 7954503ea1776f1c519adcb3391a4cfadc57ccf5 [diff] | |
parent | 31a7dee48b9e5a71854011a12d6e4f666a4e56ba [diff] |
Merge "Re-order the ext/framework boot jars in bootclasspath." am: 31a7dee48b Change-Id: I5569cb4ca2c221497da80d7d8f485fe0b94137c8
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.