commit | e24da82ffd6f1dfcb2452022b28e21c9b34ddeaa | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Jan 10 13:10:17 2019 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Thu Jan 10 13:10:17 2019 -0800 |
tree | 686259c306480fe163907c4b4179720821f999f8 | |
parent | 1951e7041644a350ffc80be9ff5754918cf4b5a3 [diff] |
Reorder binary.mk to move LOCAL_INTERMEDIATE_TARGETS later I'll be adding more intermediate targets in this file, so move all of the uses closer to the end. Bug: 122637600 Test: build-aosp_arm64.ninja is the same before and after Change-Id: Ib8a588e570cb2a61bab75118db6e480d6afceaa8
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.