commit | 25a2aa8eeac232120e152b3468f8acf69f4788e6 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Mar 12 13:44:40 2024 -0700 |
committer | Cole Faust <colefaust@google.com> | Thu Mar 14 17:24:13 2024 -0700 |
tree | bb6ef905fd745ab89b1e3efa552540c739502f56 | |
parent | 4e5aa5d0f5de2dec54226aad21eb6ac619579170 [diff] |
Add staging dir stamp files for all partitions So they can be used from soong-built partitions. Bug: 329146343 Test: Manually Change-Id: I1d0d2f26ffeb60512368d02ce5c054f613f92230
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.