commit | 1e45baff6bf048e90adcdf00a568b424d7bf1662 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Aug 15 07:38:17 2024 +0000 |
committer | Jooyung Han <jooyung@google.com> | Thu Aug 15 07:38:17 2024 +0000 |
tree | 63b6bfd189593e1a1755d584f4bdb2d0bf493f3c | |
parent | f55902f65fe2289dc69024f39753df8782560f13 [diff] |
Add /odm/apex/ support. We now allow APEXes in /odm. Bug: 162049873 Change-Id: I2af97504a8d6159e778f8f833335db49beee6873
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.