commit | 2c314e9fb3afdc21d5083621bfed13acce0f2c7b | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 08 05:08:24 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 08 05:08:24 2024 +0000 |
tree | 60a7c602442dc3a59cd701ab14be140d27e74a1d | |
parent | bf6d5c483f0bc2838811cfc2baa8644aeb7236b3 [diff] | |
parent | 67aa8ba2883267c3f22cf7acc1bdffbe48571b09 [diff] |
[coastguard skipped] Merge sparse cherrypicks from sparse-12192237-L48700030005686605 into 24Q3-release. COASTGUARD_SKIP: I7c4a1f291bb426ad599e1dc937e6ecd3889b5820 COASTGUARD_SKIP: Ia57ae5d45ff59cb31bac1abf985a5e9e466be096 Change-Id: I03248cd4692092e938c2ded13379f15816b8eaa3
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.