commit | c9d8f2dde1720eb7cdca0cdc5ca6b4cefc5779b2 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Fri Apr 08 09:49:02 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 08 09:49:02 2022 +0000 |
tree | e8ac0a76d7dbe1e87b73bad3ff328a8228aa3673 | |
parent | 48dc218fd8d76494b10fae0819126039f9d05395 [diff] | |
parent | f68f5fd173eb44980ec45d6138f81a08dcd13cb9 [diff] |
Merge "Support building EROFS for GSI targets" am: 36fc586e07 am: f1d3b2638b am: f68f5fd173 Original change: https://android-review.googlesource.com/c/platform/build/+/2052705 Change-Id: If425b06759d9c0a3f179ad34cf59818945c9569c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.