commit | 27db2d4e1f669465012d94dc68b4423982205d2e | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Sat Sep 11 01:12:27 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Sep 11 01:12:27 2021 +0000 |
tree | a9e8d3b161e44746331b480b0233f5084715fe65 | |
parent | 30655c90d35a59b351b939b85a84894f3ba769f4 [diff] | |
parent | ce1337f075832cf7cf8686ec96c3b53a23163e12 [diff] |
Merge "Avoid repeated building of erofs image" am: 1ab1c2ff96 am: b74a004520 am: 6edb95a4bd am: ce1337f075 Original change: https://android-review.googlesource.com/c/platform/build/+/1821096 Change-Id: I17b2e76f207dc4ad0c17540e92cec8064963426f
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.