commit | f460a638f1beb32201bcdd5298984edef2f4a577 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Sun Oct 06 12:17:11 2024 +0900 |
committer | Justin Yun <justinyun@google.com> | Mon Oct 07 11:40:46 2024 +0900 |
tree | 32592f008b46d8df1821a99faa57db92c4b142a3 | |
parent | d356d483a1dfd253e92fa7b8a67a5de705ebbe5b [diff] |
Define file_diff allowlist for the next builds. The current allowlist is based on trunk build configuration. the next configuration may have more diffs. Define more allowlist for the next build. The allowlist can be empty when trunk goes to next. Bug: 346873717 Test: lunch aosp_cf_x86_64_phone-next-userdebug && m Change-Id: I47642c6b6f564b041914bccf192a9d9295eb3da0
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.