commit | 41792255af1212d064200cd56fbdd21ec7576ada | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed May 31 22:00:06 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed May 31 22:01:16 2023 +0000 |
tree | 81efad66baed4b079fd1a8738a269992cfc2a642 | |
parent | d5d51e21bf02bb353f27bfb8c8d67d6e6109d880 [diff] |
Remove PRODUCT_SEPOLICY_SPLIT. Obsolete. Bug: 257176017 Test: build&boot Change-Id: I7ac95f8e55254b7c07ee5e5ba6c18c23a432bfa1
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.