commit | 1f3f3219676721009187f45ab625398b50511425 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Jul 10 17:33:46 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Jul 16 03:01:26 2024 +0000 |
tree | 0aa2240ba3adc8226c5dcd2d0de94c610fd7e210 | |
parent | fb308d3c5de944323fbf39d7731c8352380f50d9 [diff] |
Add files installed to root to diff allowlist system.img is built from both $OUT/system and $OUT/root. As the diff tool doesn't check $OUT/root, this change temporarily adds two files under root (adb_keys and init.environ.rc) to allowlist. They will be removed once the diff tool is fixed. Bug: 351258461 Test: build Change-Id: I0f24dcae67c72be5619a86f6f025ec8bcb146084
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.