commit | 62865caf1b0aec26ac60d20cbaf6f28b53b7557b | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Wed Oct 18 11:08:47 2023 +1100 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Wed Oct 18 11:41:25 2023 +1100 |
tree | af2860123d8beadcb26e9260cf12656a3ddb04de | |
parent | e7bf32f0debacd9c1edbb67e2422d6e15ddcc1da [diff] |
Revert "Add sign_sepolicy_path for a binary to sign sepolicy.apex." This reverts commit e0a977affd1a97764ac088e7de7386fa89f4b006. Test: atest --host releasetools_test Bug: 297794885 Change-Id: I951277e4aa3ae1f90474a1f7a036fc8693453c53
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.