commit | e47795ba3d6d09cf461c7b2ecd1815c18c21808b | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed Sep 26 12:57:21 2018 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Tue Oct 02 08:54:11 2018 +0100 |
tree | 87cc94512491cee9dad713db9fbeefc9efe9b214 | |
parent | ec382da31681b8840f4701fb4b214b4dc6eca5ba [diff] |
Build: Remove boot*.art.rel file generation. These files are now unused, patchoat shall be removed soon. Test: m Test: Pixel 2 XL boots. Bug: 77856493 Change-Id: I07babe7e6b2657e340265e74042e958a91678329
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.