commit | 5147749d1a7a6bf409c809b22f87071887074aa3 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Feb 27 20:17:18 2018 -0800 |
committer | Andreas Gampe <agampe@google.com> | Thu Mar 01 08:47:44 2018 -0800 |
tree | 797c4a84e694017198b42f491f7a9fe34582ada4 | |
parent | fc2fefcd835333b00322563e949b73eb13730f3c [diff] |
Build: Add some dex2oat boot image error message Typical failure case for boot image dex2oat is an inconsistent boot classpath left over from incomplete build dependencies. Give advice to run a top-level build. Bug: 73749543 Test: m Change-Id: I81c4ce9d02b2b360fe867b594d0a2b21c763e473
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.