commit | 82222146eeb77f4b4064f1b195bd5a45492dcb74 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Jun 28 09:42:38 2023 -0700 |
committer | Cole Faust <colefaust@google.com> | Thu Jul 27 10:14:36 2023 -0700 |
tree | f94a3cc2cd657851a62e90b8cef7813f12c7c8f9 | |
parent | c07b049aba2ed7093822004b99ec5951f610801e [diff] |
Add system staging dir stamp file for bazel sandwich This stamp file is an alias to request that the system staging directory be built. The bazel sandwich cannot know the full list of files in the staging directory at analysis time, so it will just depend on this instead, and then find all the files in the staging dir at execution time. Bug: 265127181 Test: m bazel_sandwich Change-Id: Iee3dff4f77c9e7054b4e8297e5d96b4ef8bf1cbb
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.