commit | c4fc90d32e423e01363a3822428f84c9807d9a7a | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Oct 27 17:59:50 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 27 17:59:50 2020 +0000 |
tree | 019ed742a447bc360495524992c3e6021ff29820 | |
parent | 161ce07b9ad0ae2e717a2ef4fe8f853f4277c113 [diff] | |
parent | cdd2d8b52a3942a1bfc20b406efed305b8802fd2 [diff] |
Merge "build: allow refreshmod with external out directory" am: b979b79bd9 am: c1853e581e am: a73c7c6fa1 am: cdd2d8b52a Original change: https://android-review.googlesource.com/c/platform/build/+/1307113 Change-Id: I447966e7d363a8189a0c7ffc354b29d50c6a5c88
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.