| commit | 36a960f1c98a6d04401a37573698936195ce0c29 | [log] [tgz] |
|---|---|---|
| author | Inseob Kim <inseob@google.com> | Thu Apr 10 16:40:33 2025 +0900 |
| committer | Inseob Kim <inseob@google.com> | Thu Apr 10 16:43:39 2025 +0900 |
| tree | 1001275f185ed58e27155a9445d12d4bba8ea202 | |
| parent | 6c21c2251aa774f2defdf6871cb75b97be5bd0be [diff] |
Support for genfs labels in build_target_files
system/etc/selinux/plat_sepolicy_genfs_{ver}.cil must be included when
generating a precompiled sepolicy binary.
Bug: 409353466
Test: manually run merge_target_files and check the secilc command
Change-Id: Id27332fca9e213bbd8e66555a1dc5c023af747b7
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.