commit | 8898a9e2811ca2b0ddb72dd1d5c6af9772368b99 | [log] [tgz] |
---|---|---|
author | kellyhung <kellyhung@google.com> | Mon Jul 22 10:17:36 2024 +0000 |
committer | Kelly Hung <kellyhung@google.com> | Thu Oct 10 09:17:11 2024 +0000 |
tree | b00ffd0cf62b6a16c28570b97e9d5e7583f6e3f7 | |
parent | ec0fccfbf989fdbc1a8205a7dc46336a8c960fdc [diff] |
Add soong config variables for selinux_policy_system in Soong This topic also fix build fail on git_main on seahawk-next-userdebug(b/371922616) Bug: 350881031 Test: Presubmits Change-Id: I7e5da03f67f0055d1b534f7d60b4b7d15bd6599a
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.