commit | 69e6d821064b1299c6cbfa94c24c89c649d83f9f | [log] [tgz] |
---|---|---|
author | Melisa Carranza Zúñiga <melisacz@google.com> | Tue Apr 12 23:22:11 2022 +0000 |
committer | Melisa Carranza Zúñiga <melisacz@google.com> | Tue Apr 12 23:22:11 2022 +0000 |
tree | 7599dea8e7a271f372101173ed6fe1dd0787d40f | |
parent | 6e6c22c70e48e9d4fe830fe0c5b9c47618bd116a [diff] |
Revert "Merge "Adding sepolicy sign params to sign_target_files_apks." am: fb042449e0 am: bd8c313275 am: a2db49becd" This reverts commit 6e6c22c70e48e9d4fe830fe0c5b9c47618bd116a. Reason for revert: Updateable SEPolicy is punted. Change-Id: I99524d13811028a4036aa85c74cf10974fe08165
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.