commit | 09f5c5dc0b8b1feb5f4c7fecb2aad52cec2f2705 | [log] [tgz] |
---|---|---|
author | Dennis Song <denniscy@google.com> | Fri Apr 14 11:43:04 2023 +0800 |
committer | Dennis Song <denniscy@google.com> | Fri Apr 14 12:13:42 2023 +0800 |
tree | 6fabb45a74f0d6329898f23c8d2d665669a80aa1 | |
parent | 8eed7f5ac6a0ff544ec2d99c96dab6f4d4da3e3d [diff] |
Include `META/*` in the vendor item list when rebuild-sepolicy To ensure that `AddImagesToTargetFiles` can still be used with vendor item list that do not specify all of the required META/ files, those files should be included by default. Test: atest --host releasetools_test Bug: 278133178 Change-Id: I5a04bfc43d405d6838028f2535ced2124dbd43aa
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.