commit | 747f49cb39d5df0dccff5efbc3561e3f2f446767 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Nov 29 02:38:50 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed Nov 30 00:46:39 2022 +0000 |
tree | c03eabda1ec9c096cd1601a0e783e2a4fad814bb | |
parent | c5f135a5ebfd2c5bc66fa756fd25a4aa84aed8e7 [diff] |
note sepolicy split deprecation There is a lot of policy cruft left around to support this. We would like to simplify the number of supported options, so doing this as an advanced notice. Bug: 257176017 Test: build Change-Id: I1c4350fb3a075118be62d75cc1351eb20e584749
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.